Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^4: Problem with regex wildcard operator (.)...?

by Marshall (Canon)
on Sep 06, 2021 at 04:55 UTC ( [id://11136493]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Example 1: leading ";" means this is a list of
      letters instead of a pattern
    ...
    sole
    weld
    wold
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $string = '\abCD';
    $string =~ tr/\[A-Z]/[a-z]/; #should be tr/A-Z/a-z/?
    print "$string\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-16 22:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found