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
/
RegexOptions.h
Age
Commit message (
Expand
)
Author
2023-03-25
LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n'
Ali Mohammad Pur
2023-02-15
LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec
Ali Mohammad Pur
2023-01-06
LibRegex: Allow the SingleMatch flag to be used as a PosixFlag
Eli Youngs
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-09-20
LibC+LibRegex: Move central regex definitions into LibC/bits
Ali Mohammad Pur
2022-07-20
LibRegex: Partially implement the ECMAScript unicodeSets proposal
Ali Mohammad Pur
2022-02-05
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
Ali Mohammad Pur
2022-01-26
LibRegex: Implement ECMA262 multiline matching without splitting lines
Ali Mohammad Pur
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-07-30
LibRegex: Allow RegexOptions to be declared at compile time
Timothy Flynn
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-27
LibRegex: Implement section B.1.4. of the ECMA262 spec
AnotherTest
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling