P
Peter Janssens
Hi,
This is probably a very simple question but I can not solve it.
I want to retrieve all occurences of a string "aa". So in teh search string
"aaaa", I have to find it three times (aa)aa, a(aa), aa(aa).
How can I do that, using regular expressions in Perl.
Thanks.
Hugo
This is probably a very simple question but I can not solve it.
I want to retrieve all occurences of a string "aa". So in teh search string
"aaaa", I have to find it three times (aa)aa, a(aa), aa(aa).
How can I do that, using regular expressions in Perl.
Thanks.
Hugo