Add Pyrexp to Regular Expressions (#11081)

This commit is contained in:
cyril 2024-03-04 16:05:24 +01:00 committed by GitHub
parent b54f3a698b
commit e5ef642d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@
### Regular Expressions
* [iHateRegex: regex for playground](https://ihateregex.io/playground) - Geon George
* [Pyrexp](https://pythonium.net/regex) - Cyril Bois
* [Regex Tester and Debugger Online - Javascript, PCRE, PHP](https://www.regextester.com) - Dan's Tools
* [Regex101: build, test, and debug regex](https://regex101.com) - Firas Dib (regex101.com)
* [Regexper](https://regexper.com) - Jeff Avallone