Napalys
|
f48eab903f
|
Add RegExpSubtraction class to support subtraction terms in regex
|
2025-03-10 11:18:10 +01:00 |
|
Napalys
|
8cbc0aea05
|
Add RegExpQuotedString class to support quoted string escapes in regex
|
2025-03-10 11:18:03 +01:00 |
|
Napalys
|
e0f20b2bd1
|
Add RegExpIntersection class to support intersection terms in regex
|
2025-03-07 08:58:19 +01:00 |
|
Napalys
|
9cc26208d4
|
Add test cases for v flag operators in RegExp library-tests.
|
2025-03-07 08:32:10 +01:00 |
|
Napalys
|
b333f523df
|
JS: Fix: now one can determine regex via Array.prototype.toSpliced function call.
|
2024-11-14 15:35:03 +01:00 |
|
Napalys
|
2b0def1ed3
|
JS: Add: Test case for checking if regex via using toSpliced
|
2024-11-14 15:31:38 +01:00 |
|
Napalys
|
52330e834c
|
JS: Add: Test case for checking if regex via using splice
|
2024-11-14 15:29:05 +01:00 |
|
Erik Krogh Kristensen
|
6b7f8dd505
|
fix parse errors related to char escapes and char ranges
|
2020-11-10 21:02:29 +01:00 |
|
Asger Feldthaus
|
e405a9769c
|
JS: Really autoformat everything
|
2020-03-02 10:48:33 +00:00 |
|
semmle-qlci
|
091c6c063c
|
Merge pull request #2856 from esbena/js/fix-RegExp-getPredecessor-getSuccessor
Approved by max-schaefer
|
2020-02-20 09:50:52 +00:00 |
|
Max Schaefer
|
4346691cdc
|
JavaScript: Distinguish {lo} and {lo,} in the regular expression parser.
|
2020-02-19 08:26:14 +00:00 |
|
Esben Sparre Andreasen
|
8a9587fc91
|
JS: fix RegExp::getSuccessor/getPredecessor for sequence end/starts
|
2020-02-17 13:40:53 +01:00 |
|
Esben Sparre Andreasen
|
c5ee436b16
|
JS: add RegExp::getSuccessor/getPredecessor tests
|
2020-02-17 13:06:55 +01:00 |
|
Asger F
|
37aa85fe81
|
JS: Fix parsing of non-BMP chars before a quantifier
|
2019-11-15 09:27:21 +00:00 |
|
Asger F
|
57a9cad721
|
JS: Fix offsets of octal and unicode escape
|
2019-11-15 09:27:20 +00:00 |
|
Asger F
|
591fffc5cc
|
JS: Add test case for wide constants in char class
|
2019-11-15 09:27:19 +00:00 |
|