Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: pattern matching

by Ido (Hermit)
on Jun 27, 2005 at 14:45 UTC ( [id://470290]=note: print w/replies, xml ) Need Help??


in reply to pattern matching

You should look at the /g modifier of the pattern matching operators:
while(m/.../g){ ...# Every match }


BTW: What do you mean by (\d+){1,400}? It's something like "One or more digit, 1-400 times..", which makes the {1,400} somewhat redundant.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-19 23:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found