Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I want to match $folder to M2000AAMFAD201!2(last digit should not match digit "2"),can somone tell me how can I do that?
if ($Folder =~m/M2000AAMFAD201!2/)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Regex for last digit should not be "2"
by davido (Cardinal) on Aug 06, 2012 at 05:54 UTC | |
|
Re: Regex for last digit should not be "2"
by tobyink (Canon) on Aug 06, 2012 at 07:14 UTC | |
|
Re: Regex for last digit should not be "2"
by Kenosis (Priest) on Aug 06, 2012 at 07:02 UTC | |
|
Re: Regex for last digit should not be "2"
by Anonymous Monk on Aug 06, 2012 at 14:28 UTC |