http://qs321.pair.com?node_id=944271


in reply to Re: regex to find vowels in anyorder
in thread regex to find vowels in anyorder

You can anchor that regex to the start of the string with ^ and have it fail faster; in practice I haven't been able to measure a difference, so either perl is clever enough, or the whole thing is determined by IO performance.