Regular Expressions

I don’t know if anyone here does regular expressions but I’ve found that website which those who know regex will find very practical.

https://www.debuggex.com/

Of course it’s about Javascript regex but I find them to be very much alike so I guess it might help.

I use regular expressions quite a fair bit and just from a quick google search I found much better site where you can set a range of different strings to test against without having to do any bullshit account sign in and there’s more languages supported.
https://regex101.com/tests

:shrug:

I liked the flow chart my website does… and there’s no requirement of signing in unless you want their premade regular expressions… also the interface is way less clogged and the only language they differ in is yours support golang.

Yours also doesn’t seem to support long strings of text and is plain awkward. Have you tried it? It’s clearly meant for people who don’t know regex to learn.

It never really occurred to me to me to google it since I thought only emacs did it until I fell on debuggex.com … which fulfills my needs.

I notice yours generates code in other languages apart from what the user wrote… cool feature…?

I use regular expressions fairly often for data scraping with php.

I’ve been using regexr for the most part, but both those websites are pretty cool, thanks for sharing!

ehh no I didn’t use it, point is… I’m going to google regex validation before I visit this thread.

Regexr is my goto at work

I like your post.