DEV Community

Discussion on: Regex Cheat Sheet

Collapse
 
bkichler profile image
Brian Kichler

I go cross-eyed dealing with regex, but this is an excellent reference I'm definitely coming back to. I almost always head to regex101.com whenever pattern-matching starts to devour my brain.

Collapse
 
richardvk profile image
Richard vK

Just shared the link to regex101 with my colleagues today - great tool!

Collapse
 
vasiliib profile image
Burlacu Vasilii

Yep, regex101 helps a lot! It even gives you the code snippet for your programming language (e.g. PHP)

Collapse
 
saul_bt profile image
Saúl Blanco Tejero

RT