ladybird/Userland/Libraries/LibRegex
Timothy Flynn e122039c99 LibRegex: Support non-ASCII case-insensitive character comparisons
Specifically, when the Unicode flag is set, use Unicode-aware case
folding to case-insensitively compare code points.
2023-11-08 12:54:26 -05:00
..
C
CMakeLists.txt
Forward.h
Regex.h
RegexByteCode.cpp LibRegex: Support non-ASCII case-insensitive character comparisons 2023-11-08 12:54:26 -05:00
RegexByteCode.h LibRegex: Generate a search tree when patterns would benefit from it 2023-07-31 05:31:33 +02:00
RegexBytecodeStreamOptimizer.h
RegexDebug.h
RegexDefs.h LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
RegexError.h LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
RegexLexer.cpp
RegexLexer.h
RegexMatch.h LibRegex: Add the literal string search optimisation 2023-07-31 05:31:33 +02:00
RegexMatcher.cpp LibRegex: Add the literal string search optimisation 2023-07-31 05:31:33 +02:00
RegexMatcher.h LibRegex: Add the literal string search optimisation 2023-07-31 05:31:33 +02:00
RegexOptimizer.cpp LibRegex: Don't add the Repeat instruction size to its jump target 2023-09-15 18:07:23 +03:30
RegexOptions.h LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
RegexParser.cpp LibRegex: Assign unique serial IDs to checkpoints 2023-07-14 08:59:19 +02:00
RegexParser.h LibRegex: Add the literal string search optimisation 2023-07-31 05:31:33 +02:00