Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Regex and question of design

by grinder (Bishop)
on Apr 14, 2005 at 12:53 UTC ( [id://447744]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! /usr/local/bin/perl -w
    
    ...
    X4
    Z0
     X77
    
  2. or download this
    ^X\d\d* matched <X234>
    ^X\d\d* matched <X56>
    ^X\d\d* matched <X4>
    ^\s*X\d\d* matched < X77>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-18 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found