aloisdg / awesome-regex

A curated collection of awesome Regex libraries, tools, frameworks and software
Creative Commons Zero v1.0 Universal
1.64k stars 167 forks source link

add Edify #89

Open luciferreeves opened 1 year ago

luciferreeves commented 1 year ago

Edify is a Python library that allows you to easily create regular expressions for matching text in a programmatically-friendly way using is RegexBuilder class.

It also allows you to verify a string quickly by providing commonly used regex patterns in its extensive set of commonly used (like email, password, IP address, etc.) built-in pattern functions.