re — Regular expression operations — Python 3.11.16 documentation

docs.python.org

Tin mới

string — Common string operations

difflib — Helpers for computing deltas

Python Module Index

3.11.16 Documentation

The Python Standard Library

Text Processing Services

Regular Expression Syntax¶

This module provides regular expression matching operations similar to those found in Perl.

DeprecationWarning

This module provides regular expression matching operations similar to those found in Perl.

Regular Expression HOWTO

A regular expression (or RE) specifies a set of strings that matches it; the functions in this module let you check if a particular string matches a given regular expression (or if a given regular expression matches a pa