|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: What this pattern matchesby gopalr (Priest) |
| on May 12, 2006 at 05:15 UTC ( #548908=note: print w/ replies, xml ) | Need Help?? |
|
. = Match any character (except newline) + = Match 1 or more times .+_ = Match upto last underscore(_) [^_]+$ = Notmatch underscore(_) upto end of the string
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||