Development quotes of the week - regular expression edition
Development quotes of the week - regular expression edition
Posted Feb 22, 2022 23:30 UTC (Tue) by NYKevin (subscriber, #129325)In reply to: Development quotes of the week - regular expression edition by ras
Parent article: Development quotes of the week - regular expression edition
I believe you're mixing up NFAs with Turing machines; every NFA can be translated into an equivalent DFA (possibly at the cost of having a larger number of states), and NFAs and DFAs can match exactly the same sets of languages (neither can handle lookaround assertions). Other than that, I entirely agree with your assessment of the situation. But at least they added atomic/possessive matches to band-aid over the situation - which is still a lot worse than just using a properly-designed engine in the first place.
