![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: More Regexp Confusionby AltBlue (Chaplain) |
on Feb 01, 2007 at 22:15 UTC ( [id://597843]=note: print w/replies, xml ) | Need Help?? |
What do you mean by "xx"? A "constant" string?
For example, if $foo = 'GOAT', you mean to match strings like:
G..O..A..T GaaOaaAaaT GabcOabcAabcT G<<<<<O<<<<<A<<<<<TIf this assumption is correct, this is a possible way (yet quite inefficient) to handle it:
--
AltBlue.
In Section
Seekers of Perl Wisdom
|
|