The output is :
start: 14 group: ab. Why does . not behave as a metacharacter.
If
then it behaves like metacharacter giving the output:
start: 3 group: abc
start: 9 group: abd
start: 14 group: ab.
start: 17 group: ab1 which I expected from previous
pattern as well.
In a similar way I tried
and
both of which result in same output i.e :
start: 17 group: ab1 giving indication that \d behaves correctly as metacharacter.
So why not dot(.) ?
(I think I have fixed problem with formatting (see next post))
[ September 23, 2006: Message edited by: Barry Gaunt ]