Show HN: Learn Regular Expressions with simple, interactive exercises
1–10 of 28 posts
Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#2Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#3Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#4If this is your site, my feedback is, to have a more clear cut destinction between the explaination and the task at hand.
I'd add some more feedback:
* Add some detail about which regex flavor is used for the lessons, if they are meant to be common features between the flavors listed under 'References & More', again, mention it somewhere. For example, someone trying to learn regex for grep/sed/awk will discover that `\d` will not work.
* I get that the lessons are not meant to cover everything, for example lookarounds/non-greedy/backreferences aren't covered, but I'd feel word boundaries after the line anchors would make a good addition. Edit Some of these are covered in lesson 15, but that is not linked in the sidebar under 'Lesson Notes'
Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#5(Yeah, I know you've seen it before. But 10,000 people/day haven't. https://xkcd.com/1053/)
Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#6Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#7Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#8Are there any other online learning courses like this?
Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#9Excellent, excellent website.
Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#10This 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?
I am curious who did these? Why would they choose to remain anonymous?