A collection of regular expressions to solve everyday tasks. Quickly find and test JavaScript regex patterns for tasks such as matching dates, HTML tags, or Hex color codes
A crossword puzzle game using regular expressions. Earn achievements completing puzzle challenges. Easy tutorials for people new to regular expressions.
Regex is great, right? It’s concise, it’s precise, and the process of developing an expression that works just right is a hell of a lot of fun. Until you submit a patch to your coworkers with your beautiful expression, and they leave you comments like,
8 Regular Expressions You Should KnowRegular expressions are a language of their own. When you learn a new programming language, they're this little sub…code.tutsplus.com
Regular expressions are a language of their own. When you learn a new programming language, they're this little sub-language that makes no sense at first glance. Many times you have to read another...
Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScriptRegex101 allows you to create, debug, test and have your expressions explained for PHP, PCRE, Python, Golang and…regex101.com
Regex101 allows you to create, debug, test and have your expressions explained for PHP, PCRE, Python, Golang and JavaScript. The website also features a community where you can share useful expressions.