static string
parseEscapeSequences(string $str, null|string $quote)
Parses escape sequences in strings (all string types apart from single quoted).
Parameters string $str String without quotes null|string $quote Quote type Return Value string String with escape sequences parsed