
JavaScript
Python
Java
PHP
Rust
Haskell
Typescript
Elixir
Regex Crossword
regular expressions 101
RegExr
RegexOne
Regexper
i Hate Regex
rubular
RegEx Generator
JavaScriptBased on our record, Regex Crossword seems to be more popular. It has been mentiond 69 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
> It's as if human words are complex, yet Regex actually does what it says. The patterns look less like an essay and more like a puzzle to crack. It wasted hours of my life: https://regexcrossword.com/. - Source: Hacker News / 10 months ago
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 / almost 2 years ago
The Regex Crossword was the first thing that made it click for me: https://regexcrossword.com/. - Source: Hacker News / almost 2 years 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 / about 2 years ago
The only good thing to come out of regular expressions is https://regexcrossword.com/. - Source: Hacker News / over 2 years ago
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
regular expressions 101 - Extensive regex tester and debugger with highlighting for PHP, PCRE, Python and JavaScript.
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
RegExr - RegExr.com is an online tool to learn, build, and test Regular Expressions.
PHP - A popular general-purpose scripting language that is especially suited to web development
RegexOne - RegexOne offers learning regular expressions with simple, interactive examples.