Show HN: Learn Regular Expressions with simple, interactive exercises
11–20 of 28 posts
Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#12I'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.
Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#13Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#14Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#15I'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.
See also: https://github.com/aloisdg/awesome-regex
Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#16Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#17I took a look at it and have a small nitpick: you refer to the '\' character as "slash". See Lesson 2 for example.
Cheers
Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#18Very good practice to reinforce fundamentals after you're done regexone
Re: Show HN: Learn Regular Expressions with simple, interactive exercises
#19This 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?
Fantastic site.