|
|
| Welcome to the Monastery | |
| PerlMonks |
Wild card in regular expressionby sathya_myl (Acolyte) |
| on Nov 28, 2012 at 20:59 UTC ( #1006098=perlquestion: print w/ replies, xml ) | Need Help?? |
|
sathya_myl has asked for the
wisdom of the Perl Monks concerning the following question:
I am trying to replace a single character in a word with wild character and ended up with error Here is my code
The output is "Here is <test>the</test> <test>the</test>re" But the expected output is "Here is the <test>there</test> My intention is this * need to represent a character after the string ther.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||