Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Simple regex needed

by fruiture (Curate)
on Mar 20, 2003 at 19:58 UTC ( [id://244695]=note: print w/replies, xml ) Need Help??


in reply to Simple regex needed

m/(\d)/

SCNR. Read perlre or define things more descriptively ;)

--
http://fruiture.de

Replies are listed 'Best First'.
Re: Re: Simple regex needed
by pg (Canon) on Mar 20, 2003 at 20:24 UTC
    He didn't specify whether the number is single digit, so this would be more safe:
    /(\d+)/
      I also forgot to mention that there are other numbers in the file.

      So I need to look through the file and key my hash by using the number from the format I posted earlier.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://244695]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-18 10:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found