Vidyalelo
Python · Q7

Regular Expressions in Python

Programming · Python · question 7

Q7

What is the purpose of the re.IGNORECASE flag in Python?

A.
It makes the pattern matching case-insensitive
B.
It compiles a regular expression
Answer
C.
It specifies a starting position
D.
It ignores invalid characters

Answer: Option B

Solution

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