This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-10 07:29:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e46b9c189e1bc94de2b977af63b59acab6840a4c
ladybird
/
Userland
/
Libraries
/
LibRegex
History
Andreas Kling
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
...
Let's make it clear that these functions deal with ASCII case only.
2023-03-10 13:15:44 +01:00
..
C
…
CMakeLists.txt
…
Forward.h
…
Regex.h
…
RegexByteCode.cpp
LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec
2023-02-15 10:14:26 +01:00
RegexByteCode.h
…
RegexBytecodeStreamOptimizer.h
…
RegexDebug.h
…
RegexError.h
…
RegexLexer.cpp
…
RegexLexer.h
…
RegexMatch.h
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
2023-03-10 13:15:44 +01:00
RegexMatcher.cpp
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
2023-01-27 20:38:49 +00:00
RegexMatcher.h
Everywhere: Remove NonnullOwnPtr.h includes
2023-03-06 23:46:35 +01:00
RegexOptimizer.cpp
LibRegex: Bail out of atomic rewrite if a block doesn't contain compares
2023-02-15 10:14:26 +01:00
RegexOptions.h
LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec
2023-02-15 10:14:26 +01:00
RegexParser.cpp
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
2023-01-27 20:38:49 +00:00
RegexParser.h
LibRegex: Remove declarations for non-existent methods
2023-01-27 20:33:18 +00:00