Expand description
String literal decoding helpers.
Supports:
- simple strings:
"text" - triple strings:
"""multiline"""
Structs§
Functions§
- parse_
string_ literal - Decode a parsed string literal (including surrounding quotes) into its runtime content.
- parse_
string_ literal_ with_ kind - Decode a parsed string literal and report whether it used the
forcprefix.