Tagged Questions
2
votes
3answers
101 views
What are the theoretical implications of unbounded lookbehind?
Most languages allow fixed-length or finite-length lookbehind. One notable exception is .NET, which allows the use of the * operator.
However, .NET regexs can already recognize balanced parentheses ...