Best ways to learn RegEx?

There is a great interactive tutorial on RegEx here: https://regexone.com/
I found this to be one of the more useful for learning.

If you are trying to build a more complex regex it can be helpful to use a sandbox/playground like this one: https://regexr.com/ - since it “explains” the query as well and helps to debug

2 Likes