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

Re: Lowercasing umlauts in words

by roju (Friar)
on Jun 10, 2004 at 19:27 UTC ( [id://363166]=note: print w/replies, xml ) Need Help??


in reply to Lowercasing umlauts in words

I had success using a regular expression.

perl -pe 's/(.*)/\L\1/' worked no problem.

Log In?
Username:
Password:

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

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

    No recent polls found