Skip to content

Naming Rules

All files and objects that require naming must follow these rules:

  1. Names must be at least one character long.
  2. Allowed characters include: a-z, A-Z, 0-9, _ (underscore), and - (hyphen). Umlauts are not allowed.
  3. Each name must be unique, both for specific file types and across all objects within a file. If a name is not unique, Foxel will automatically add a numeric suffix to ensure it is.
  4. Names are case-insensitive, meaning that "FOXEL" and "foxel" will be treated as the same name in searches.
  5. In the user interface, names are displayed with the first letter capitalized and all subsequent letters in lowercase.