Expand description
String escaping utilities
Enums§
- Escape
Expansion Mode - Escape expansion mode.
- Quote
Mode - Quoting mode to use for escaping.
Functions§
- expand_
backslash_ escapes - Expands backslash escapes in the provided string.
- force_
quote - Escape the given string, forcing quoting.
- quote_
if_ needed - Applies the given quoting mode to the provided string, only changing it if required.