Examveda

How can you match the beginning of a string using regular expressions?

A. By using the ^ symbol

B. By using the start keyword

C. By using the first keyword

D. By using the initial keyword

Answer: Option A


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

Join The Discussion

Related Questions on Regular Expressions in Python