Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

(Ovid) Re: Regex Learning Tool

by Ovid (Cardinal)
on Nov 23, 2000 at 02:23 UTC ( [id://43036]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print $q->Tr(  { -bgcolor => $bgcolor[ $toggle->() ] },
                   $q->td( $key . "  " ),
                   $q->td( $q->pre( $data ) );
    
  2. or download this
    $somevar =~ /^[\d|\w|\*]+$/; # Bad regex, no biscuit.
    
  3. or download this
    $match_stuff = form_REx(
      start,          # ^
    ...
        one_or_more,  # +
      end             # $
    );
    

Log In?
Username:
Password:

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

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

    No recent polls found