Examveda
Examveda

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

C. It specifies a starting position

D. It ignores invalid characters

Answer: Option B


This Question Belongs to Python Program >> Regular Expressions In Python

Join The Discussion

Related Questions on Regular Expressions in Python