Question

What does [aeiou] match in a regular expression? 

A Any character that is NOT a vowel.
B Any single vowel (a, e, i, o, u).
C The exact string "aeiou".
D Any character from 'a' to 'u'.
Practice Next

Hey! Ask a query