DEV Community

Discussion on: What's one resource most devs don't know that you use regularly?

Collapse
 
dbanty profile image
Dylan Anthony

regex101.com is a life saver for crafting regular expressions.

Collapse
 
protium profile image
protium

It seems to be better than regexr.com/. Thanks!

Collapse
 
nathanenglert profile image
Nathan Englert

Absolutely this 👆

Collapse
 
gotmonkey profile image
Blake Lindsay

Along with debuggex.com for visualizing an expression.

Collapse
 
dbanty profile image
Dylan Anthony

That’s another good one for sure.

Collapse
 
christopherkade profile image
Christopher Kade

This is definitely going in my bookmarks, thanks !

Collapse
 
flrnd profile image
Florian Rand

Directly to bookmarks too!

Collapse
 
jarodpeachey profile image
Jarod Peachey

I use that all the time! Love it.

Collapse
 
scottishross profile image
Ross Henderson

Only reason I use regex in any form is because this site exists.

Collapse
 
thermatix profile image
Martin Becker • Edited

I'd recommend rubular for ruby style regex.