Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: A Regex to identify Regex's / Compiling a regex

by zigdon (Deacon)
on Sep 19, 2002 at 21:41 UTC ( [id://199312]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $constraint =~ m@
       ^\s*        # skip all whitespace at beginning
    ...
       [cgimosx]*    # ?? don't understand what this is for. what are we t
    +rying to match? I thought the ops were matched above
       \s*$        # skip all whitespace at end
       @x
    

Log In?
Username:
Password:

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

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

    No recent polls found