Kizspy | Question: 34
(Choose 1 answer)
What would the following mean in a regular expression? [a-z0-9]
A. Match any number of lowercase letters followed by any number of digits
B. Match a lowercase letter or a digit
C. Match an entire line as long as it is lowercase letters or digits
D. Match any text that is surrounded by square braces