|
|
| XP is just a number | |
| PerlMonks |
Re: Regexp Confuzzelemtby suaveant (Parson) |
| on Apr 27, 2007 at 14:20 UTC ( #612386=note: print w/ replies, xml ) | Need Help?? |
|
#.*[^\?] is actually matching everything after the hash, then the c at the end, because [^\?] matches a single character that is NOT a question mark... I think what you are looking for is That will match 1 or more non question mark characters after a #
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||