Let's test your knowledge. Fill in the missing part by typing it in.
Character classes are used in regular expressions to match specific sets of characters. They allow you to define a group of characters that you want to match within a given text. For example, to match any vowel in a string, you can use the character class 'aeiou'. The blank between the square brackets represents a character that could be any vowel. Fill in the blank with the correct character that represents any vowel within the character class: '___'.
Write the missing line below.