Module escape

Module escape 

Source

Enumsยง

Unescape ๐Ÿ”’
Result of unescaping an escape-sequence in a string.

Traitsยง

EscapeContainer ๐Ÿ”’

Functionsยง

is_string_continue_skipable_whitespace ๐Ÿ”’
Checks whether the character is skipped after a string continue start (unescaped backlash followed by \n).
scan_raw_string ๐Ÿ”’
Reads and checks a raw (byte) string literal. Returns the number of hashes and the index when the suffix starts.
unescape ๐Ÿ”’
Must start with \. Returns the unscaped value as E and the number of input bytes the escape is long.
unescape_string ๐Ÿ”’
Unescapes a whole string or byte string.