ladybird/Userland/Libraries/LibRegex
2024-09-30 12:28:22 +02:00
..
CMakeLists.txt Userland: Remove LibCore dependency from libraries that do not use it 2024-01-22 08:48:34 -05:00
Forward.h LibRegex: Don't push LibRegex's "Error" into the global namespace 2021-11-08 00:35:27 +01:00
Regex.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexByteCode.cpp LibUnicode: Replace code point general categories with ICU 2024-06-22 14:56:39 +02:00
RegexByteCode.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
RegexBytecodeStreamOptimizer.h LibRegex: Make codegen+optimisation for alternatives much faster 2022-02-20 11:53:59 +01:00
RegexDebug.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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 Everywhere: Use default StringView constructor over nullptr 2022-07-12 23:11:35 +02:00
RegexLexer.h Everywhere: Use default StringView constructor over nullptr 2022-07-12 23:11:35 +02:00
RegexMatch.h AK+LibRegex: Move COWVector to AK 2024-03-12 17:10:47 +01:00
RegexMatcher.cpp LibRegex: Only search start of line if pattern begins with ^ 2024-09-30 12:28:22 +02:00
RegexMatcher.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
RegexOptimizer.cpp LibRegex: Only search start of line if pattern begins with ^ 2024-09-30 12:28:22 +02:00
RegexOptions.h LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
RegexParser.cpp LibUnicode: Replace code point scripts and script extensions with ICU 2024-06-22 14:56:39 +02:00
RegexParser.h LibRegex: Only search start of line if pattern begins with ^ 2024-09-30 12:28:22 +02:00