index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibRegex
/
RegexParser.h
Age
Commit message (
Expand
)
Author
2021-08-11
LibRegex: Disallow invalid interval qualifiers in Unicode mode
Timothy Flynn
2021-08-04
LibRegex: Support property escapes of Unicode script extensions
Timothy Flynn
2021-08-04
LibRegex: Support property escapes of the Unicode script property
Timothy Flynn
2021-08-02
LibRegex: Support property escapes of Unicode General Categories
Timothy Flynn
2021-07-30
LibRegex+LibUnicode: Begin implementing Unicode property escapes
Timothy Flynn
2021-07-23
LibRegex: Switch to east-const style
Ali Mohammad Pur
2021-07-23
LibRegex: Clear previous capture group contents in ECMA262 mode
Ali Mohammad Pur
2021-07-10
LibRegex: Use the parser state capture group count in BRE
Ali Mohammad Pur
2021-07-10
LibRegex: Add support for the Basic POSIX regular expressions
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-10
LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer needed
AnotherTest
2021-04-09
LibRegex: Parse `\0` as a zero-byte instead of 0x30 ("0")
Jelle Raaijmakers
2021-04-01
LibRegex: Allow references to capture groups that aren't parsed yet
AnotherTest
2021-02-27
LibRegex: Implement section B.1.4. of the ECMA262 spec
AnotherTest
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling