![]() |
|
Think about Loose Coupling | |
PerlMonks |
Matching brackets in Regular Expressionby Levan (Novice) |
on Nov 21, 2003 at 01:14 UTC ( #308777=perlquestion: print w/replies, xml ) | Need Help?? |
Levan has asked for the wisdom of the Perl Monks concerning the following question:
HI,
I am using a simple regular expression to match some text and the regular expression is something like this:
As you can see that I am using a scalar as a matching target, this is where the problem comes in The problem is that this scalar $stub is volatile and it also contains a little bracket:
So how do I actually get the regular expression to work?? Thanks
Back to
Seekers of Perl Wisdom
|
|