Examveda

What will be the output of the following Python code?
m = re.search('a', 'The blue umbrella')
m.re.pattern

A. {}

B. 'The blue umbrella'

C. 'a'

D. No output

Answer: Option C


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

Join The Discussion

Related Questions on Regular Expressions in Python