Constructs URI charge lexer.
Emitter function called each time a token is found.
Static
plusConstructs URI charge lexer that decodes plus sign ("+" (U+002B)
) as space padding.
This is needed e.g. when tokenizing URI query parameters.
Emitter function called each time a token is found.
New URI charge lexer instance.
Static
scanStatic
scanScans the input
string for URI query parameter charge tokens.
In contrast to scan, decodes plus sign ("+" (U+002B)
) as space padding.
Rest
...input: string[]Array of input chunks to scan.
Rest
Array of tokens.
Generated using TypeDoc
URI charge lexer that splits input string(s) onto tokens.