|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Perl Pattern Matching & RegEx'sby jaiieq (Novice) |
| on Mar 07, 2013 at 13:31 UTC ( #1022226=perlquestion: print w/ replies, xml ) | Need Help?? |
|
jaiieq has asked for the
wisdom of the Perl Monks concerning the following question:
Say I have the following string: AAABCDAAADCBAAABBDAAA I need to extract all instances of AAA(anything)AAA, so I used the following to try and do that:
The only result returned is the full string, whereas I need...: Any ideas?
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||