I know that some of the capabilities of the Perl regular expression engine are not regular. However, what class is it? It might be context-free, but CS theory was never my strongest subject.
|
2
|
|
|
|
Actually, many implementations are neither regular nor context-free; patterns have become their own beast. This Wikipedia article has more on this, including a bit from Larry Wall, the author of the Perl language. |
||
|
|
|
The regular expression engine in JavaScript is the PERL regexp engine. The PERL regexp engine appears to be the most popular and widely used even if dated and imprecise to compared to the more modern XML Schema regexp engine. |
||||||||||||||
|

What is the class of languages that Perl regexes can recognize?– Paul Nathan Oct 1 at 19:35