Regex
3 packages
RegexActive
re
Built-in Python module for regular expressions — provides search, match, replace, and pattern-based text processing.
Hero Score 53
RegexInactive
PRegEx
Programmable Regular Expressions — object-based API for constructing, combining, and managing regex patterns in Python.
Hero Score 33
RegexActive
pyparsing
Text parsing and grammar framework that lets you define grammars in Python code — a readable alternative to raw regex for structured text.
Hero Score 59