Examveda

Which of the following special characters represents a comment (that is, the contents of the parenthesis are simply ignores)?

A. (?:...)

B. (?=...)

C. (?!...)

D. (?#...)

Answer: Option D


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

Join The Discussion

Related Questions on Regular Expressions in Python