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


in reply to regex to find vowels in anyorder

Nested notation and uppercase

if (/a/i){ if(/e/i){ if(/i/i){ if(/o/i){ if(/u/i){ print "we found the five vowels"; } } } } }