string library

Classes

EscapeSequence
Parses the escape sequence and translates the found escaped character into another character and returns the escaped value.
StringValue
Parses the value of a string data type using the normalChar predicate to parse regular (unescaped) characters, using the controlChar character to match an escape character, and the escape parser to parse the interpretation of the escape sequence.