This commit is contained in:
Hugo 2025-06-20 06:36:15 +01:00 committed by GitHub
parent cee08aa315
commit 634350e9c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -990,19 +990,17 @@
## ▷ Regex Tools ## ▷ Regex Tools
* **Note** - You can use AI chatbots like ChatGPT to create complex regex patterns more easily. * **Note** - You can use [AI chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai/#wiki_.25B7_online_chatbots) to create regex patterns more easily.
*** ***
* 🌐 **[Awesome Regex](https://github.com/aloisdg/awesome-regex)** - Regex Resources * 🌐 **[Awesome Regex](https://github.com/aloisdg/awesome-regex)** - Regex Tools & Resources
* ⭐ **[Regex Vis](https://regex-vis.com/)**, [Regulex](https://jex.im/regulex/), [Regexper](https://regexper.com/) - Regex Visualizer * ⭐ **[Regex Vis](https://regex-vis.com/)** - Regex Visualizer
* ⭐ **[RegexLearn](https://regexlearn.com/)**, [refrf.dev](https://refrf.dev/) or [learn-regex](https://github.com/ziishaned/learn-regex) - Learn Regex * ⭐ **[regex101](https://regex101.com/)** or [RegExr](https://regexr.com/) - Regex Editors
* ⭐ **[RegExr](https://regexr.com/)**, [Rubular](https://rubular.com/) or [Regex101](https://regex101.com/) - Regex Editors * [RegexLearn](https://regexlearn.com/), [RegexOne](https://regexone.com/), [refrf.dev](https://refrf.dev/) or [learn-regex](https://github.com/ziishaned/learn-regex) - Regex Learning / Practice Resources
* ⭐ **[grex](https://pemistahl.github.io/grex-js/)** or [Regex Generator](https://regex-generator.olafneumann.org/) - Regex Generators * [Regex Syntax Cheatsheet](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet) - Regex Cheatsheet (JS Flavor)
* [RegexOne](https://regexone.com/) - Regex Practice * [iHateRegex](https://ihateregex.io/) - Premade Regex Patterns List
* [iHateRegex](https://ihateregex.io/) - Regex Patterns
* [Melody](https://yoav-lavi.github.io/melody/book/) - Compile to Regex / [GitHub](https://github.com/yoav-lavi/melody) * [Melody](https://yoav-lavi.github.io/melody/book/) - Compile to Regex / [GitHub](https://github.com/yoav-lavi/melody)
* [PyRegex](http://www.pyregex.com/) - Python Regex Playground
*** ***