DEV Community

Cover image for Where to start with regular expressions?
G.L Solaria
G.L Solaria

Posted on

Where to start with regular expressions?

Recently I was asked where a novice would start learning how to read and write regular expressions. Below are two sites that I think would be useful.

Reading regular expressions

I think RegExr is a good site for explaining regular expressions.

RegExr

Writing regular expressions

Learning to write regular expressions is quite hard. RegexOne provides a very good beginners tutorial to help people learn how to write regular expressions.

RegexOne

What resources have helped you to learn how to read/write regular expressions?

Top comments (0)