Compare commits

...

2 Commits

Author SHA1 Message Date
Parsa Jiravand
d67bebb884 Merge bf77901333 into d76045c441 2024-07-13 12:51:23 +03:30
Parsa Jiravand
bf77901333 Add HelpingJs Package (regex section)
Check Regex Patterns in JavaScript with helping-js.
2024-07-13 12:50:22 +03:30

View File

@@ -584,6 +584,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
## RegExp ## RegExp
* [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE. * [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE.
* [RegExr](https://regexr.com/) - HTML/JS based tool for creating, testing, and learning about Regular Expressions. * [RegExr](https://regexr.com/) - HTML/JS based tool for creating, testing, and learning about Regular Expressions.
* [HelpingJs/Regex](https://helping-js.netlify.app/regex) - Check Regex Patterns in JavaScript with helping-js.
## Voice Command ## Voice Command