Regular Expressions in Python

A regular expression search is typically written as : -
  match = re.search(pat, str)

No comments:

Post a Comment