Expand description
Utilities for validating string and char literals and turning them into values they represent.
Enums§
Functions§
- Takes a contents of a string literal (without quotes) and produces a sequence of escaped characters or errors.
- Takes a contents of a char literal (without quotes), and returns an unescaped char or an error
- Takes a contents of a string literal (without quotes) and produces a sequence of characters or errors. NOTE: Raw strings do not perform any explicit character escaping, here we only translate CRLF to LF and produce errors on bare CR.
- Takes a contents of a string literal (without quotes) and produces a sequence of characters or errors. NOTE: Raw strings do not perform any explicit character escaping, here we only translate CRLF to LF and produce errors on bare CR.
- Takes a contents of a string literal (without quotes) and produces a sequence of escaped characters or errors.