Python's re package is a standard library for working with regular expressions and can be used to search, match, and replace text in strings. Here are some resources for documentation on the Python re package:
Python official documentation: < span > https://docs.python.org/3/library/re.html < / span > < / a > < br / > this is re in Python official documentation package introduction document, Contains detailed descriptions of all functions and methods in the re package, which is very comprehensive.
Regular Expressions in 30 minutes: < span > https://deerchao.cn/tutorials/regex/regex.htm < / span > < / a > < br / > this is an introduction to basic grammar and usage of the regular expression tutorial, for beginners are very friendly.
Regular Expression list: < span > https://www.runoob.com/regexp/regexp-syntax.html < / span > < / a > < br / > this is a quick list, a regular expression covers commonly used regular expression syntax and identifier, Very practical.
Python regular expression details: < span > https://www.cnblogs.com/huxi/archive/2010/07/04/1771073.html < / span > < / a > < br / > this is a very detailed Python regular expression tutorial , covers the basic syntax and advanced usage of regular expressions, suitable for advanced learning.
Python re module official documentation < span > https://docs.python.org/zh-cn/3/library/re.html < / span > < / a > < br / > this is Chinese translation version of Python re official document package, Very friendly for learners who are not very good at English.
These are some of the more comprehensive Python re package related documentation resources to help you learn and master the use of regular expressions in Python.