Live data from Hacker News

Show HN: Learn Regular Expressions with simple, interactive exercises

regexone.com

11–20 of 28 posts

Re: Show HN: Learn Regular Expressions with simple, interactive exercises

#14

I'm not a RegEx expert, but I've googled them enough to have the basics. This is exactly what I needed to improve my skills.

https://regexr.com/ is another good site for testing your RegEx.

I like the way regexr highlights the regex matching, display with nested boxes.

Re: Show HN: Learn Regular Expressions with simple, interactive exercises

#15

I'm not a RegEx expert, but I've googled them enough to have the basics. This is exactly what I needed to improve my skills.

https://regexr.com/ is another good site for testing your RegEx.

For more such sites: https://news.ycombinator.com/item?id=20614847

See also: https://github.com/aloisdg/awesome-regex

Re: Show HN: Learn Regular Expressions with simple, interactive exercises

#16
Not to sound dismissive, but virtually everyone, who knows what are regular expressions, knows this. Only last, 15th, lesson starts to touch on things that are arguably not common knowledge - word boundaries and back references. Look aheads and look behinds, the parts which most people struggle with, aren't covered at all.

Re: Show HN: Learn Regular Expressions with simple, interactive exercises

#19
post #8

This is one of the best online learning experiences I've ever had. I went through it twice and never felt uncomfortable with regular expressions afterwards. The author also does this for SQL, which I haven't tried: https://sqlbolt.com/ Are there any other online learning courses like this?

Agreed. Went through it twice and that combined with a bit of real-world practice made me pretty proficient at RegEx.

Fantastic site.

Post reply on HN