No The Regex Coach videos yet. You could help us improve this page by suggesting one.
Based on our record, RegexPal should be more popular than The Regex Coach. It has been mentiond 3 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
BUT - As far as resources for building out the regex patterns, I use regexpal.com and a copy of this https://cheatography.com/davechild/cheat-sheets/regular-expressions/pdf/ printed out beside me. Once you get into it, the power of subgroups, and lookahead/behind processing beats some of the mental gymnastics you would need to go to code it out in your language of choice. Source: almost 3 years ago
Spend an afternoon really diving into it, bookmark regexpal.com, and call it a day IMO. Source: almost 3 years ago
i’m a professional developer and I just relearn it every time I need it, which is about once or twice a year, but depending on someone’s specialty they may swim around in it all day. It can get really complicated. https://regexpal.com is where I kick it around testing until it works. Source: almost 3 years ago
- [Regex-coach](http://weitz.de/regex-coach/) - a graphical application for Windows which can be used to experiment with (Perl-compatible) regular expressions interactively. Freeware. ## Text editors - [Lem](https://github.com/cxxxr/lem) - Common Lisp editor/IDE with high expansibility. [MIT]. Works for many languages, has a LSP client. ## Math - [Maxima](https://sourceforge.net/projects/maxima/files/) - Computer... - Source: Hacker News / over 2 years ago
regular expressions 101 - Extensive regex tester and debugger with highlighting for PHP, PCRE, Python and JavaScript.
rubular - A ruby based regular expression editor
RegExr - RegExr.com is an online tool to learn, build, and test Regular Expressions.
i Hate Regex - regex cheatsheet for the haters
RegEx Generator - RegEx Generator is a simple-to-use application that comes with the brilliance of intuitive regex and is also helping you out to test the regex.
Expresso - The award-winning Expresso editor is equally suitable as a teaching tool for the beginning user of regular expressions or as a full-featured development environment for the experienced programmer with an extensive knowledge of regular expressions.