in reply to Re^2: Vowel search
in thread Vowel search
since the simplified English the OP is likely attacking doesn't support two leading capital characters.$file =~ m{ [AaEeIiOoUu][aeiou] }x
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Vowel search
by AnomalousMonk (Archbishop) on Jun 12, 2014 at 23:25 UTC |