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

Re: Get Vowels from sentence

by ysth (Canon)
on Jan 04, 2007 at 07:58 UTC ( [id://592904]=note: print w/replies, xml ) Need Help??


in reply to Get Vowels from sentence

If what you want is to end up with a string containing just the vowels, I would use the transliterate operator:
$sentence =~ y/aeiou//cd;

Replies are listed 'Best First'.
Re^2: Get Vowels from sentence
by tiny_tim (Sexton) on Jan 04, 2007 at 22:45 UTC
    Thanking you also.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-25 10:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found