Build regular expressions swiftly in Python.
- PyRegexBuilder allows you to build regular expressions using a DSL similar to that of Swift RegexBuilder.
- PyRegexBuilder is powered by the regex module.
See the documentation.
- PyRegex builder aims to support as many
regex
module features as possible.
- TS Regex Builder (also based on Swift RegexBuilder)
- Edify (based on Super Expressive)
- Humre