Python regex Module
This page shows the popular functions and classes defined in the
regex module.
The items are ordered by their popularity in 40,000 open source Python projects.
If you can not find a good example below, you can try
the search function
to search modules.
-
1. compile()Used in 120 projects
-
2. IGNORECASEUsed in 63 projects
-
3. sub()Used in 55 projects
-
4. findall()Used in 53 projects
-
5. match()Used in 35 projects
-
6. search()Used in 32 projects
-
7. UNICODEUsed in 25 projects
-
8. escape()Used in 23 projects
-
9. split()Used in 20 projects
-
10. MULTILINEUsed in 16 projects
-
11. finditer()Used in 14 projects
-
12. IUsed in 10 projects
-
13. DOTALLUsed in 10 projects
-
14. UUsed in 9 projects
-
15. VERBOSEUsed in 9 projects
-
16. fullmatch()Used in 6 projects
-
17. XUsed in 6 projects
-
18. error()Used in 5 projects