Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Regex Tester

by perlguy (Deacon)
on Mar 06, 2003 at 08:36 UTC ( [id://240839]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # assign valid strings
    my @valid = (
    ...
      '$-1.11',
      '$-.11',
    );
    
  2. or download this
    # assign valid strings
    my @valid = qw(
       $1
    ...
       $-1.11
       $-.11
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-20 10:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found