
An intuitive application for working with regular expressions. Use syntax coloring, matching and replacing occurring in real time to create patterns fast and effortlessly. Regular expression syntax highlight displays how your pattern is interpreted by the regex engine to clearly see what is required to be escaped. View matches and replacements in real time while modifying your pattern.
Patterns is a simple yet powerful tool for working with regular expressions. Build great patterns quickly and effortlessly with syntax coloring and with matching and replacing occurring in real time.
Features:
- Regular expression syntax coloring makes it easy to see how your pattern is interpreted by the regex engine. No more confusion about what needs to be escaped.
- See matches and replacements in real time while you edit your pattern.
- Copy match and replacement code snippets of your pattern for quick use in a number of different programming languages.
- The built-in regular expression reference sheet helps you find the piece of regex syntax you need.
v1.0 [Jun 15, 2011]
Version 1.0.1 is a bug fix release addressing quite a few issues, including:
- Reference sheet scrolling issues
- JavaScript copy code issue
- Other general fixes and improvements