|
Shareware US$12 |
|
Quick Reference
Quick and Easy TestingOnce you have your regex ready, just type or paste some text into the Search Text field, and click the Match button. In batch mode, all the matches will be shown in the list box in the bottom of the RegExplorer window. If you have subexpressions in your regex, you can click on the disclosure triangle on any line in the list box, and it will display each matching subexpression, by number, so you can easily see exactly what matched. If the results werent what you expected, tweak your regex and click the Match button again--no need to re-compile or re-enter your search string! Great for beginners!RegExplorer is great for beginners, because it not only has all of the regular expression syntax in easy-to-access menus, it also makes it easier to try out some of the more advanced regular expression syntax elements, like zero-width positive lookahead assertions (which are listed in the Patterns menu as "Only if followed by..."). And since it's so quick and easy to test out regular expressions, you can do a lot of learning just by going through the Match and Patterns menus and seeing what each of the menu entries do. |
Easy Cut And Paste
Automatic HistoryEach time you test a regular expression, it is stored in a History menu, so it's easy to backtrack to an earlier version when you're working on a particularly complicated expression. Replacement patterns have a history menu as well, and the registered version lets you save and load history files so you can re-use frequently-used regex's between sessions. REALbasic and other languagesRegExplorer is designed to work with REALbasic and other languages that use regular expressions based on the PCRE regular expression library, so in practice it should be useful to just about anybody who is doing standard regular expressions and needs a quick and easy way to make sure their regular expressions are behaving as desired. |