Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Regex \. help

by Loops (Curate)
on Nov 22, 2014 at 00:19 UTC ( [id://1108064]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @t = qw( regex regex.1 regex.12 regex.1a regex.a regex.abc regex.a1
    + oregex.2 );
    for (@t) {
    ...
        print ' matches!' if /^regex(?!\.[^\d])(\.\d*)?/;
        print "\n";
    }
    
  2. or download this
    regex matches!
    regex.1 matches!
    ...
    regex.abc
    regex.a1
    oregex.2
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-25 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found