- Declared in: RT.KitchenSink.Lex.LexUtil
Declaration
public static string LexStringLiteral(
LexReader reader,
IDictionary<char, char> basicEscapes,
IDictionary<char, Func<LexReader, string>> advancedEscapes,
string openingSequence,
string closingSequence,
bool escapeClosingByDoubling
)