Skip to content

Naming Rules โ€‹

Names used for files and objects in Foxel must follow these rules:

  1. A name must contain at least one character.
  2. Allowed characters are a-z, A-Z, 0-9, _, and -.
  3. Names must be unique within their context. If a name is already in use, Foxel automatically adds a numeric suffix.
  4. Names are treated as case-insensitive. For example, FOXEL and foxel are considered the same name.
  5. In the user interface, names are displayed with the first letter in uppercase and the remaining letters in lowercase.