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
AnswerC.
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