Examveda
Examveda

How can you search for a specific pattern in a string using regular expressions in Python?

A. By using the search() function from the re module

B. By using the find() function

C. By using the locate() function

D. By using the match() function

Answer: Option A


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

Join The Discussion

Related Questions on Regular Expressions in Python