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-31 09:46:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
58bb73b60f79b7ece8a87bb18a79224da8e16df9
ladybird
/
Tests
/
LibRegex
History
Ali Mohammad Pur
ac856cb965
LibRegex: Don't ignore empty alternatives in append_alternation()
...
Doing so would cause patterns like `(a|)` to not match the empty string.
2021-10-29 15:57:59 +02:00
..
Benchmark.cpp
…
CMakeLists.txt
…
Regex.cpp
LibRegex: Don't ignore empty alternatives in append_alternation()
2021-10-29 15:57:59 +02:00
RegexLibC.cpp
…