I've been programming for about two decades. I had composed three regexes before my first coffee and before seeing this article this morning. My problem: I still don't have a good mnemonic to remember how magic differs grep, egrep, vim, awk, Perl, Python, etc. If that this site had modes and flavoured cheat-sheets I would live there!
RegExr: A website for interactive regex prototyping with syntax highlighting
21–30 of 72 posts
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#22Sites like this is great and all, but I wish they included some commonly used regexes. Like a list of 'good' regexs to validate phone numbers, emails and other common stuff. It would actually be pretty cool to have a site like this except you could add the regex to a list, and then people could upvote the regexe depending on the quality of it.
...and I just checked the community link. Way to go :-)
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#23My favourite is still https://regex101.com Example regex: https://regex101.com/r/wY0rM7/1
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#24Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#25Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#26Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#27Nice work :) Looks like this tool puts the emphasis on the pedagogical aspect. For development, the most fantastic tool that I know of in this space is debuggex. Here is an example with roman numbers: https://www.debuggex.com/r/Xqlv3QcAuw_EgPSM
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#28One of my other favourites: https://jex.im/regulex , a regex visualizer.
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#29Nice work :) Looks like this tool puts the emphasis on the pedagogical aspect. For development, the most fantastic tool that I know of in this space is debuggex. Here is an example with roman numbers: https://www.debuggex.com/r/Xqlv3QcAuw_EgPSM
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#30My favourite is still https://regex101.com Example regex: https://regex101.com/r/wY0rM7/1