I\'ve seen Ruby and Perl programmers do some complicated code challenges entirely with regexes. The lookahead and lookbehind capabilities in Perl regexes make them more powe
There are at least two discussions: Turing completeness and regular expressions and Are Perl patterns universal? with further references.
The consensus (to my untrained eye) seems to be that the answer is "no", but I am not sure if I understand everything correctly.