Learn Before
  • re

Concept

re: Compiling a regular expression

You can compile a regular expression for use in the following way:

import re r = re.compile("\d\d\d")

0

1

Updated 2021-02-27

Contributors are:

Who are from:

Tags

Python Programming Language

Data Science