summaryrefslogtreecommitdiff
path: root/libregexp.h
Commit message (Collapse)AuthorAge
* regexp: added v flag support - fixed corner cases of case insensitive matchingFabrice Bellard6 days
|
* allow regexp interruption (e.g. with Ctrl-C in the REPL)Fabrice Bellard2025-03-13
|
* Improve libunicode and libregexp headers (#288)Charlie Gordon2024-05-05
| | | | | | | - 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
* Rename regex flag and field utf16 -> unicodeCharlie Gordon2024-02-19
| | | | | - rename is_utf16 structure member to is_unicode - rename flag LRE_FLAG_UTF16 as LRE_FLAG_UNICODE
* Strip trailing spacesCharlie Gordon2024-02-10
|
* added RegExp 'd' flag (bnoordhuis)Fabrice Bellard2023-12-27
|
* 2020-09-06 releasebellard2020-09-06
|
* 2020-01-05 releasebellard2020-09-06