singleQuotedString

val singleQuotedString: Parser<String>

Parser matching a single-quoted string, possibly containing escape codes. Supported escape codes are \\, \', \n, \r, \t, and \b.