Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: How to use \l and \u in regex mathing patterns?

by AnomalousMonk (Archbishop)
on May 09, 2012 at 16:36 UTC ( [id://969659]=note: print w/replies, xml ) Need Help??


in reply to How to use \l and \u in regex mathing patterns?

The  \l and  \u (and also  \L \U) operators are interpolation control operators. For upper- and lower-case regex character sets, see  [[:upper:]] and  [[:lower:]] among others, e.g., the Unicode classes. See 'Escape Sequences' section in perlre, also perlrecharclass.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-20 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found