summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibRegex/RegexLexer.h
AgeCommit message (Expand)Author
2022-07-12Everywhere: Use default StringView constructor over nullptrsin-ack
2021-12-21LibRegex: Remove some meaningless/useless const-qualifiersHendiadyoin1
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-19LibRegex: Convert regex::Lexer to inherit from GenericLexerTimothy Flynn
2021-07-23LibRegex: Switch to east-const styleAli Mohammad Pur
2021-06-13Userland: Allow building SerenityOS with -funsigned-charGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-01LibRegex: Allow references to capture groups that aren't parsed yetAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling