9393| file://:0:0:0:0 | \\cZ | RegExpConstant,RegExpEscape |
9494| file://:0:0:0:0 | \\d | RegExpCharacterClassEscape |
9595| file://:0:0:0:0 | \\d\\D | RegExpSequence |
96+ | file://:0:0:0:0 | \\f | RegExpConstant,RegExpEscape |
97+ | file://:0:0:0:0 | \\f\\v | RegExpSequence |
9698| file://:0:0:0:0 | \\n | RegExpConstant,RegExpEscape |
9799| file://:0:0:0:0 | \\n | RegExpConstant,RegExpEscape |
98100| file://:0:0:0:0 | \\n\\r\\t | RegExpSequence |
101103| file://:0:0:0:0 | \\s\\S | RegExpSequence |
102104| file://:0:0:0:0 | \\t | RegExpConstant,RegExpEscape |
103105| file://:0:0:0:0 | \\u0061 | RegExpConstant,RegExpEscape |
106+ | file://:0:0:0:0 | \\v | RegExpConstant,RegExpEscape |
104107| file://:0:0:0:0 | \\w | RegExpCharacterClassEscape |
105108| file://:0:0:0:0 | \\w | RegExpCharacterClassEscape |
106109| file://:0:0:0:0 | \\w | RegExpCharacterClassEscape |
122125| file://:0:0:0:0 | a | RegExpConstant,RegExpNormalChar |
123126| file://:0:0:0:0 | a | RegExpConstant,RegExpNormalChar |
124127| file://:0:0:0:0 | a | RegExpConstant,RegExpNormalChar |
128+ | file://:0:0:0:0 | a | RegExpConstant,RegExpNormalChar |
125129| file://:0:0:0:0 | a* | RegExpStar |
130+ | file://:0:0:0:0 | a*? | RegExpStar |
126131| file://:0:0:0:0 | a*b+c?d | RegExpSequence |
127132| file://:0:0:0:0 | a+ | RegExpPlus |
128133| file://:0:0:0:0 | a-f | RegExpCharacterRange |
@@ -155,15 +160,21 @@ term
155160| file://:0:0:0:0 | b | RegExpConstant,RegExpNormalChar |
156161| file://:0:0:0:0 | b | RegExpConstant,RegExpNormalChar |
157162| file://:0:0:0:0 | b | RegExpConstant,RegExpNormalChar |
163+ | file://:0:0:0:0 | b | RegExpConstant,RegExpNormalChar |
158164| file://:0:0:0:0 | b+ | RegExpPlus |
159165| file://:0:0:0:0 | b+ | RegExpPlus |
166+ | file://:0:0:0:0 | b+? | RegExpPlus |
160167| file://:0:0:0:0 | bar | RegExpConstant,RegExpNormalChar |
161168| file://:0:0:0:0 | bar | RegExpConstant,RegExpNormalChar |
162169| file://:0:0:0:0 | c | RegExpConstant,RegExpNormalChar |
163170| file://:0:0:0:0 | c | RegExpConstant,RegExpNormalChar |
171+ | file://:0:0:0:0 | c | RegExpConstant,RegExpNormalChar |
164172| file://:0:0:0:0 | c? | RegExpOpt |
173+ | file://:0:0:0:0 | c?? | RegExpOpt |
165174| file://:0:0:0:0 | cd | RegExpConstant,RegExpNormalChar |
166175| file://:0:0:0:0 | d | RegExpConstant,RegExpNormalChar |
176+ | file://:0:0:0:0 | d | RegExpConstant,RegExpNormalChar |
177+ | file://:0:0:0:0 | d{2,3}? | RegExpQuantifier |
167178| file://:0:0:0:0 | e | RegExpConstant,RegExpNormalChar |
168179| file://:0:0:0:0 | f | RegExpConstant,RegExpNormalChar |
169180| file://:0:0:0:0 | f | RegExpConstant,RegExpNormalChar |
@@ -208,12 +219,14 @@ regExpNormalCharValue
208219| file://:0:0:0:0 | \\cA | cA |
209220| file://:0:0:0:0 | \\cZ | cZ |
210221| file://:0:0:0:0 | \\d | d |
222+ | file://:0:0:0:0 | \\f | \u000c |
211223| file://:0:0:0:0 | \\n | \n |
212224| file://:0:0:0:0 | \\n | \n |
213225| file://:0:0:0:0 | \\r | \r |
214226| file://:0:0:0:0 | \\s | s |
215227| file://:0:0:0:0 | \\t | \t |
216228| file://:0:0:0:0 | \\u0061 | a |
229+ | file://:0:0:0:0 | \\v | \u000b |
217230| file://:0:0:0:0 | \\w | w |
218231| file://:0:0:0:0 | \\w | w |
219232| file://:0:0:0:0 | \\w | w |
@@ -233,6 +246,7 @@ regExpNormalCharValue
233246| file://:0:0:0:0 | a | a |
234247| file://:0:0:0:0 | a | a |
235248| file://:0:0:0:0 | a | a |
249+ | file://:0:0:0:0 | a | a |
236250| file://:0:0:0:0 | a-f] | a-f] |
237251| file://:0:0:0:0 | a-f] | a-f] |
238252| file://:0:0:0:0 | abc | abc |
@@ -254,12 +268,15 @@ regExpNormalCharValue
254268| file://:0:0:0:0 | b | b |
255269| file://:0:0:0:0 | b | b |
256270| file://:0:0:0:0 | b | b |
271+ | file://:0:0:0:0 | b | b |
257272| file://:0:0:0:0 | bar | bar |
258273| file://:0:0:0:0 | bar | bar |
259274| file://:0:0:0:0 | c | c |
260275| file://:0:0:0:0 | c | c |
276+ | file://:0:0:0:0 | c | c |
261277| file://:0:0:0:0 | cd | cd |
262278| file://:0:0:0:0 | d | d |
279+ | file://:0:0:0:0 | d | d |
263280| file://:0:0:0:0 | e | e |
264281| file://:0:0:0:0 | f | f |
265282| file://:0:0:0:0 | f | f |
0 commit comments