Which module provides regular expression matching in Python?

Question

Which module provides regular expression matching in Python?

Re: Which module provides regular expression matching in Python?

The re module provides regular expression tools advanced string processing.Try using:
>>> import re