
meloyelo
User
Jun 26, 2008, 2:44 PM
Views: 2211
|
|
Re: [TheBlackNoodle] Match largest or smallest?
|
|
|
The smallest match in this case is just one letter, so you can use: m/[aeiou]/ This will find the first vowel in the string.
(This post was edited by meloyelo on Jun 26, 2008, 2:47 PM)
|