summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/regex.h
AgeCommit message (Expand)Author
2021-12-21LibRegex: Disallow duplicate named capture groups in ECMA262 parserdavidot
2021-07-30LibRegex+LibUnicode: Begin implementing Unicode property escapesTimothy Flynn
2021-07-13LibRegex+LibC: Make re_nsub available to the userAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-14LibC: Turn regex_t and regmatch_t into typedefsGunnar Beutner
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson
2021-02-27LibRegex: Implement section B.1.4. of the ECMA262 specAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling