Displaying page
of
pages;
Items to
Title |
Test
Details
Javascript Tokenizer
|
Expression |
(\/\*[\s\S.]+?\*\/|[/]{2,}.*|\/((\\\/)|.??)*\/[gim]{0,3}|'((\\\')|.??)*'|"((\\\")|.??)*"|-?\d+\.\d+e?-?e?\d*|-?\.\d+e-?\d+|\w+|[\[\]\(\)\{\}:=;"'\-&!|+,.\/*])
|
Description |
Tokenize a Javascript document for parsing
each token is a language-token : string, int, float, comment, multiline comment, operator, expression etc. etc.
|
Matches |
var a = 12.5 * 5 + 3e9;var b = "str'\"ing";var c = 'str"\'ing';var d = /regex/gi;var e = Func();
|
Non-Matches |
spaces/newline/tab
|
Author |
Rating:
Martin Kirk
|
Displaying page
of
pages;
Items to