M
Malcolm McLean
What he mean is that whilst we can use escapes to match an expression ofOn 12/16/2013 11:18 AM, Phil Carmody wrote:
...
Characters that have a special meaning for an RE engines are necessarily
more complicated to search for, but I don't know of any RE engine that
is completely incapable of doing so. Could you give an example? The ones
I know best can match any such character by preceding it with a '\'.
the form ( text ), we can't define a regular expression to match
expression = term + or - term
term = number or ( expression )
number = list of digits starting with non-zero