Search Results
7/12/2025, 7:08:24 AM
>>105877701
>>105877701
here you go nigger
perl's regex engine is not fast,
making a backtracking regex (regex program/string) fast requires understanding backtracking and parsing at a level that you don't,
NFA-simulating-a-DFA and backtracing regex engines are both called regex engines but are 2 completely different things with different purposes and different semantics (longest match vs user specified ordered match)
>>105877701
here you go nigger
perl's regex engine is not fast,
making a backtracking regex (regex program/string) fast requires understanding backtracking and parsing at a level that you don't,
NFA-simulating-a-DFA and backtracing regex engines are both called regex engines but are 2 completely different things with different purposes and different semantics (longest match vs user specified ordered match)
Page 1