Examveda

The expression a{5} will match . . . . . . . . characters with the previous regular expression.

A. 5 or less

B. exactly 5

C. 5 or more

D. exactly 4

Answer: Option B


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

Join The Discussion

Related Questions on Regular Expressions in Python