Strengthening Regex Skills
Regex Crossword helps users improve their regular expression skills through practical challenges and puzzles.
Entertainment
The puzzles are enjoyable and can serve as a fun pastime for those interested in logic games and programming.
Educational Tool
The platform can be used as an educational resource for teaching regex in a more interactive and engaging way compared to traditional methods.
User Interface
The website has an intuitive and user-friendly interface, making it easy for users to start solving puzzles without a steep learning curve.
Community Puzzles
Users can create and share their own puzzles, fostering a sense of community and providing a wide range of challenges.
I'm surprised nobody's mentioned the other Regex Crossword [0], it's shown up on HN several times [1][2] and has a fantastic user-submitted puzzle section (that includes the MIT Mystery Hunt puzzle [3]) and a puzzle builder. 0: https://regexcrossword.com/ 1: https://news.ycombinator.com/from?site=regexcrossword.com 3: https://regexcrossword.com/playerpuzzles/8cbea27f-c4c5-4d11-a509-6a622ba01107. - Source: Hacker News / 9 months ago
The Regex Crossword was the first thing that made it click for me: https://regexcrossword.com/. - Source: Hacker News / 9 months ago
I really liked Mastering Regular Expressions by Jeffrey Friedl. He goes in depth on what they are (with a bit of FSA background) and how a regex engine works. It helps conceptualize what's going on and how to know what your specific regex library is doing. Does that matter all that much? Not necessarily, but it's good to know things like whether or not your regex can blow in time complexity due to back tracking or... - Source: Hacker News / 11 months ago
The only good thing to come out of regular expressions is https://regexcrossword.com/. - Source: Hacker News / over 1 year ago
I thought this crossword, where one can start learning regex step-by-step. A great app, though. https://regexcrossword.com/. - Source: Hacker News / over 1 year ago
I love the less maniacal version of this https://regexcrossword.com/. Really useful for anyone who wants to get a little better at regex without hating themselves. Source: almost 2 years ago
I used to have to look up regexes every time I needed to use them, but I was able to learn them pretty quickly with O'Reilly's Mastering Regular Expressions. Highly recommend that book plus https://regexcrossword.com/ for practice interpreting other people's expressions. Source: about 2 years ago
Do these once a week and you'll never have to relearn it. Https://regexcrossword.com/. Source: about 2 years ago
Https://regexcrossword.com/ might be fun until you finish it, or my personal favorite Copy Editor a RegEx Puzzle Game. Source: over 2 years ago
Https://regexcrossword.com/ go through a few of these before you call yourself an expert :-). Source: over 2 years ago
Regex Crossword : A simple crossword game where clues are regex that must be matched. - Source: dev.to / over 2 years ago
Regex crosswords are quite fun and a good place to start in general. Source: over 2 years ago
This one is a lot of fun and a good place to start: https://regexcrossword.com/. :). Source: over 2 years ago
Maybe you can play https://regexcrossword.com/ competitively? Source: over 2 years ago
What genuinely helped me understand regular expressions was going through the set of regex crosswords here, using regex101.com as a reference and to explain what each component of what I was doing does. Source: over 2 years ago
You're not going to like https://regexcrossword.com/ then... Source: over 2 years ago
I only really learned it by having a problem to solve. You have to be careful with runtime costs, but I often use it to get machine readable info from logfiles. Also https://regexcrossword.com/ is pretty fun. Sometimes I just need to grab all public IPs from AWS stuff to whitelist them for something. With Windows powershell for example, although the regex here is crude and would match non-valid IPv4 adresses, it... - Source: Hacker News / over 2 years ago
Every time I need to write a regex, I go to regex101 and write the regex. Then, I decide I enjoy regex and want to learn it to the point I don't need to refer to the syntax guides, so I head to https://regexcrossword.com because learning can be fun. Then, 5 mins later, I get frustrated, close all my tabs, and don't think about regex until the next time I need to write one. I have been repeating this pattern for... Source: over 2 years ago
I always liked Regex Crosswords as a way to sharpen my regex skills. It was much more fun than staring at cheatsheets (which I also did quite a bit!). I use other tools mentioned here already for day-to-day troubleshooting - regex101 being my go-to resource for that. Source: over 2 years ago
Regex crossword (https://regexcrossword.com/) was fun, may use it from time to time again. Source: almost 3 years ago
Regex Crossword should have a few problems for you. Source: almost 3 years ago
Do you know an article comparing Regex Crossword to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Regex Crossword. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.