summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibRegex/RegexOptions.h
AgeCommit message (Expand)Author
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-07-30LibRegex: Allow RegexOptions to be declared at compile timeTimothy Flynn
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-27LibRegex: Implement section B.1.4. of the ECMA262 specAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling