Examveda
Examveda

What does the match() function in the re module do?

A. It searches for a match only at the beginning of the string

B. It converts strings to regular expressions

C. It searches for a match anywhere in the string

D. It checks if a string contains a specific character

Answer: Option A


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

Join The Discussion

Related Questions on Regular Expressions in Python