How can you specify a range of characters in a character class in regular expressions?
A. By using a hyphen - between the characters
B. By using a comma , between the characters
C. By using a colon : between the characters
D. By using a tilde ~ between the characters
Answer: Option A

Join The Discussion