String Sanitization
To avoid any unexpected behavior, certain user-provided strings are sanitized
before they are used for naming files or directories. Characters are either
removed or replaced with an underscore _
.
Character | Removed | Replaced |
---|---|---|
\n | ||
\r | ||
\0 | ||
: | ||
/ |
This following values are sanitized:
- Template Group set in the
group
config key. - The rendered values from Names set in the
names
config key.