Files
ladybird/Userland/Libraries/LibRegex/RegexByteCode.cpp
Ali Mohammad Pur c80b65b827 LibRegex: Avoid creating a new temporary RegexStringView in Char compare
Instead of making a new string to compare against, simply grab the first
code unit of the input and compare against that.
2021-10-03 01:15:17 +02:00

34 KiB