Fabrice Bellard
|
d7cdfdc8d7
|
regexp: added v flag support - fixed corner cases of case insensitive matching
|
2025-05-16 17:43:03 +02:00 |
|
Fabrice Bellard
|
25aaa77370
|
allow regexp interruption (e.g. with Ctrl-C in the REPL)
|
2025-03-13 17:17:51 +01:00 |
|
Charlie Gordon
|
7a2c6f42d4
|
Improve libunicode and libregexp headers (#288)
- move all `lre_xxx` functions to libunicode
- use flags table `lre_ctype_bits` instead of bitmaps
- simplify `lre_is_space`, `lre_js_is_ident_first` and `lre_js_is_ident_next`
- simplify `simple_next_token`, handle UTF-8 correctly
- simplify `is_let`, remove dead code
|
2024-05-05 17:47:40 +02:00 |
|
Charlie Gordon
|
8d932deb49
|
Rename regex flag and field utf16 -> unicode
- rename is_utf16 structure member to is_unicode
- rename flag LRE_FLAG_UTF16 as LRE_FLAG_UNICODE
|
2024-02-19 16:30:08 +01:00 |
|
Charlie Gordon
|
37bd4ae62d
|
Strip trailing spaces
|
2024-02-10 16:19:17 +01:00 |
|
Fabrice Bellard
|
a47f40cde8
|
added RegExp 'd' flag (bnoordhuis)
|
2023-12-27 17:19:44 +01:00 |
|
bellard
|
7c312df422
|
2020-09-06 release
|
2020-09-06 19:10:15 +02:00 |
|
bellard
|
91459fb672
|
2020-01-05 release
|
2020-09-06 18:53:08 +02:00 |
|