Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to replace the following using s// :
Where _8digits is a variable 8 digit number. How can I program this regex to match for any pattern with any 8 digits from 0 to 9 in that section?<input name="uid" type="checkbox" value="_8digits">
Thanks,
Ralph.
update (broquaint): changed <font> to <code> tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Pattern matching with variable number
by CombatSquirrel (Hermit) on Sep 15, 2003 at 11:19 UTC | |
|
Re: Pattern matching with variable number
by LordWeber (Monk) on Sep 15, 2003 at 11:26 UTC | |
|
Re: Pattern matching with variable number
by dda (Friar) on Sep 15, 2003 at 11:21 UTC |