summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibRegex
AgeCommit message (Expand)Author
2021-08-13AK+Everywhere: Delete Variant's default constructorAli Mohammad Pur
2021-08-11LibRegex: Disallow invalid interval qualifiers in Unicode modeTimothy Flynn
2021-08-04LibRegex: Support property escapes of Unicode script extensionsTimothy Flynn
2021-08-04LibRegex: Support property escapes of the Unicode script propertyTimothy Flynn
2021-08-04LibRegex: Track string position in both code units and code pointsTimothy Flynn
2021-08-04AK+LibRegex: Add Utf16View::code_point_at and use it in RegexStringViewTimothy Flynn
2021-08-02LibRegex: Generate negated property escapes as a single instructionTimothy Flynn
2021-08-02LibRegex: Support property escapes of the form \p{Type=Value}Timothy Flynn
2021-08-02LibRegex: Support property escapes of Unicode General CategoriesTimothy Flynn
2021-08-02LibRegex: Make Matcher<>::match(Vector<>) take a reference to the vectorAli Mohammad Pur
2021-08-02LibRegex: Use a bump-allocated linked list for fork save statesAli Mohammad Pur
2021-08-02LibRegex: Make Fork{Jump,Stay} non-recursiveAli Mohammad Pur
2021-08-01Libraries: Remove unused header includesBrian Gianforcaro
2021-07-30LibRegex+LibUnicode: Begin implementing Unicode property escapesTimothy Flynn
2021-07-30LibRegex: Allow separately parsing patterns and creating Regex objectsTimothy Flynn
2021-07-30LibRegex: Take ownership of pattern string and fix move operationsTimothy Flynn
2021-07-30LibRegex: Allow RegexOptions to be declared at compile timeTimothy Flynn
2021-07-24LibRegex: Make unclosed-at-eof brace quantifiers an errorAli Mohammad Pur
2021-07-24LibRegex: Preserve the type of the match when clearing capture groupsAli Mohammad Pur
2021-07-23LibRegex: Support ECMA-262 Unicode escapes of the form "\u{code_point}"Timothy Flynn
2021-07-23AK+LibRegex: Partially implement case insensitive UTF-16 comparisonTimothy Flynn
2021-07-23LibRegex: Support UTF-16 RegexStringView and improve Unicode matchingTimothy Flynn
2021-07-23LibRegex: Switch to east-const styleAli Mohammad Pur
2021-07-23LibRegex: Clear previous capture group contents in ECMA262 modeAli Mohammad Pur
2021-07-22Everywhere: Prefer using {:#x} over 0x{:x}Gunnar Beutner
2021-07-18LibRegex+Everywhere: Make LibRegex more unicode-awareAli Mohammad Pur
2021-07-18LibRegex: Use <...> includes in RegexMatch.hAli Mohammad Pur
2021-07-18LibRegex: Also print a newline after each debug lineAli Mohammad Pur
2021-07-18LibRegex: Partially implement string compare for Utf32ViewAli Mohammad Pur
2021-07-18LibRegex: Implement line splitting for Utf32ViewAli Mohammad Pur
2021-07-13LibRegex: Consider EOF in the middle of a range an errorAli Mohammad Pur
2021-07-13LibRegex: Don't attempt to insert invalid bytecode in {B,E}REAli Mohammad Pur
2021-07-13LibRegex: Implement lookaround in EREAli Mohammad Pur
2021-07-13LibRegex: Allow empty character classes in {B,E}REAli Mohammad Pur
2021-07-13LibRegex: Disallow excessively large repetition counts in {B,E}REAli Mohammad Pur
2021-07-13LibRegex+LibC: Make re_nsub available to the userAli Mohammad Pur
2021-07-10LibRegex: Use the parser state capture group count in BREAli Mohammad Pur
2021-07-10LibRegex: Correctly parse BRE bracket expressionsAli Mohammad Pur
2021-07-10LibRegex: Add support for non-extended regular expressions in regcomp()Ali Mohammad Pur
2021-07-10LibRegex: Add support for the Basic POSIX regular expressionsAli Mohammad Pur
2021-07-10LibRegex: Make the bytecode transformation functions staticAli Mohammad Pur
2021-07-09LibRegex: Break from execution loop when the sticky flag is setTimothy Flynn
2021-07-06LibRegex: Allow dollar signs in ECMA262 named capture groupsTimothy Flynn
2021-06-30LibRegex: Make regex::Regex move-constructible and move-assignableAndrew Kaster
2021-06-24Userland: Replace VERIFY(is<T>) with verify_cast<T>Andreas Kling
2021-06-16LibRegex: Display correct position for Compare in REGEX_DEBUGsin-ack
2021-06-16LibRegex: Fix incorrect case-sensitive comparisonssin-ack
2021-06-14LibRegex: Remove unused codeGunnar Beutner
2021-06-14LibRegex: Use a plain pointer for OpCode::m_stateGunnar Beutner
2021-06-14LibRegex: Avoid initialization checks in get_opcode_by_id()Gunnar Beutner