re-python tag is used for the question in python that are related to regular expression. re-python comes from the 're' module that python has for regular expressions.
re-python tag is used for the question in python that are related to regular expression. re-python comes from the 're' module that python has for regular expressions. A regular expression is a special sequence of characters that helps you match or find other strings or sets of strings, using a specialized syntax held in a pattern. Regular expressions are widely used in UNIX world.
The module re of python provides full support for Perl-like regular expressions in Python. The re module raises the exception re.error if an error occurs while compiling or using a regular expression.
The question that are related to regular expressions and coded in python can use the tag re-python in there question.