[plug] A question for perl hackers

Mark Rattigan rattigan at borg.apana.org.au
Wed Aug 21 23:45:22 WST 2002


Thinking about it some more, you'll probably want one or more digit, not
zero or more.

So..
/[0-9]*/
becomes
/[0-9]+/

And the RE becomes
/^ *[0-9]+ /

Mark



More information about the plug mailing list