Multiple Choice
Which of the character classes can be used to match any lowercase letter?
A) /[abcdefghijklmnopqrstuvwxyz]/
B) /[ABCDEFGHIJKLMNOPQRSTUVWXYZ]/
C) /[A - Z]/
D) /abcdefghijklmnopqrstuvwxyz/
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: The $ character is used in a
Q37: By default, if a character included in
Q38: The \s character is used in a
Q39: You can set up a regular expression
Q40: You can replace all instances of a
Q42: In regular expressions, every character inside a
Q43: The + metacharacter modifier is used to
Q44: By default, regular expressions perform case sensitive
Q45: The _ metacharacter modifier is used to
Q46: You can disable case-sensitivity using the optional