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"; } } } } }
In reply to Re: regex to find vowels in anyorder
by pvaldes
in thread regex to find vowels in anyorder
by varghees
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |