A character class lets you define a range or a list of characters to match. For example, [aeiou] matches any vowel. Example: Does the string contain a vowel?
確定! 回上一頁