Show HN: Regex Cheatsheet
ihateregex.io
Show HN: Regex Cheatsheet
1–10 of 135 posts
Re: Show HN: Regex Cheatsheet
#2This tool is a cheat sheet that also explains the commonly used expressions so that you understand it.
- There is a visual representation of the regular expression (thanks to regexpr)
- The application shows matching strings which you can play around
- Expressions can be edited and these are instantly validated
Re: Show HN: Regex Cheatsheet
#3Re: Show HN: Regex Cheatsheet
#4Re: Show HN: Regex Cheatsheet
#5I love regex and have no trouble reading them, but still love this tool, great job. I especially like the railroad diagrams, for those cases where I brainfarted on a regex and it's doing something other than what I intended. Thanks for this.
Re: Show HN: Regex Cheatsheet
#6I'm loving the graphs which for the first time in years are giving me an idea of what an expression is actually doing. Just because the visualization is kept in a form that is easy to understand with a programming background but can also be translated to the expression itself in a straightforward manner.
Re: Show HN: Regex Cheatsheet
#7Re: Show HN: Regex Cheatsheet
#8Plug for Verbal Expressions (no affiliation), which has an alternate way of compiling more human-readable regexes for a dozen languages: http://verbalexpressions.github.io/
Re: Show HN: Regex Cheatsheet
#9Re: Show HN: Regex Cheatsheet
#10Plug for Verbal Expressions (no affiliation), which has an alternate way of compiling more human-readable regexes for a dozen languages: http://verbalexpressions.github.io/