Examveda
Examveda

Which of the following creates a pattern object?

A. re.create(str)

B. re.regex(str)

C. re.compile(str)

D. re.assemble(str)

Answer: Option C


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

Join The Discussion

Related Questions on Regular Expressions in Python