Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Regx: match without regarding space and case

by Sidhekin (Priest)
on Sep 13, 2007 at 06:06 UTC ( [id://638737]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $x="My name is VC";
    my $y="myname";
    ...
    if ($x =~ /($r)/) {
      printf "Matched from %d to %d: '%s'\n", $-[0], $+[0], $1;
    }
    
  2. or download this
    Matched from 0 to 7: 'My name'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-03-29 04:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found