Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good tutorials for learning intermediate to advanced Regex? [closed]

So I'm familiar with the basics of regex but am looking for good tutorials for learning anything beyond the basics. I'd also appreciate any links to interactive problems where I can type in regular expressions and see if they solve it. Even ideas for intermediate or advanced problems I can try and solve through my own coding would be great.

like image 739
Brett Bender Avatar asked Apr 21 '09 21:04

Brett Bender


People also ask

Where can I practice regex?

A great place to head for RegEx testing and practice is Rubular - it allows you to build and test regular expressions against text that you define.

How long does it take to learn regex?

One could say it takes 20 minutes to learn, but forever to master. In this guide, you learn the basics of regex. We are going to use the regex online playground in regexr.com. This is a super useful platform where you can easily practice your regex skills with useful examples.

Is regex easy to learn?

Learning Regex is easier than you think. You can use this tool to easily learn, practice, test and share Regex.


1 Answers

This is ground-zero for learning regular expressions:

Regular Expression Tutorials

like image 129
Jose Basilio Avatar answered Oct 12 '22 08:10

Jose Basilio