Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Regular Expression Test

by tybalt89 (Monsignor)
on May 06, 2017 at 22:31 UTC ( [id://1189700]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    (3[678]|4[1678])
    5[45]
    (6[4569]|7[01])
    
  2. or download this
    (65|70) => 
    debug <<you are here with []>>(65|70) end  
    ...
    debug (6[4569]|7[01]<<you are here with [70 71]>>) end  
    debug (6[4569]|7[01]<<you are here with [64 65 66 69 70 71]>>) end  
    debug (6[4569]|7[01])<<you are here with [64 65 66 69 70 71]>> end  64
    +,65,66,69,70,71
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-20 00:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found