Ali Mohammad Pur 11a8476cf4 LibRegex: Use the parser state capture group count in BRE 4 years ago
..
C daa6d99e6e LibRegex: Add support for non-extended regular expressions in regcomp() 4 years ago
CMakeLists.txt 6e918e4e02 Tests: Move LibRegex tests to Tests/LibRegex 4 years ago
Forward.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Regex.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
RegexByteCode.cpp 74d76528d6 LibRegex: Display correct position for Compare in REGEX_DEBUG 4 years ago
RegexByteCode.h addfa1e82e LibRegex: Make the bytecode transformation functions static 4 years ago
RegexDebug.h 281f39073d LibRegex: Make get_opcode() return a reference 4 years ago
RegexError.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
RegexLexer.cpp d476144565 Userland: Allow building SerenityOS with -funsigned-char 4 years ago
RegexLexer.h d476144565 Userland: Allow building SerenityOS with -funsigned-char 4 years ago
RegexMatch.h 74d76528d6 LibRegex: Display correct position for Compare in REGEX_DEBUG 4 years ago
RegexMatcher.cpp 54d89609de LibRegex: Add support for the Basic POSIX regular expressions 4 years ago
RegexMatcher.h 0f0ac37b56 LibRegex: Break from execution loop when the sticky flag is set 4 years ago
RegexOptions.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
RegexParser.cpp 11a8476cf4 LibRegex: Use the parser state capture group count in BRE 4 years ago
RegexParser.h 11a8476cf4 LibRegex: Use the parser state capture group count in BRE 4 years ago