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


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

Perhaps the 'Look-Around Assertions' section of perlre might be helpful. See specifically (?=pattern). I would think that a set of five of these would work.

--MidLifeXis