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

Re^3: back translating regular expressions

by Anonymous Monk
on Mar 03, 2005 at 10:05 UTC ( [id://436135]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        /a/
    
  2. or download this
        my $q1;
           $q1 = qr /a(??{$q1})?/;
        my $q2 = qr /^$q1$/;
    
  3. or download this
        /^(?!)*$/
    
  4. or download this
        /^(|)*$/
    

Log In?
Username:
Password:

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

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

    No recent polls found