Module escape
Source - Unescape ๐
- Result of unescaping an escape-sequence in a string.
- EscapeContainer ๐
- 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.