Skip to main content

Module escape

Module escape 

Source
Expand description

String escaping utilities

Enums§

EscapeExpansionMode
Escape expansion mode.
QuoteMode
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.