Vidyalelo
Python · Q42

Regular Expressions in Python

Programming · Python · question 42

Q42

What is a character class in regular expressions?

A.
A set of characters enclosed in square brackets that matches any character in the set
Answer
B.
A built-in function
C.
A specific character
D.
A special data type

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board