FindIt will simplify the task of regular expression construction and validation using this java tool. GUI based pattern builder uses English-like phrases as basic building blocks and provides user-defined highlighting that helps identify which parts of the regular expression successfully matched the target text. The real-time matching support enables regular expression validation and highlighting as the user types the pattern. This tool may be ideal for a novice wanting to learn more about the mechanics of regular expression matching. An advanced regular expression user may find the native regex engine support suitable for quick validation of a pattern.
Yes
- Loading/Saving of patterns
- Support for "Exactly" "Minimum" and "Maximum" quantifiers
- Nested element blocks
- New "Matches" view displays tree structure of match results and captures
- Switch panels
- Optional capturing of elements
Reviewing 1.0 Beta 6 (Mar 19, 2005)
Could be a great app, but you have to alter its .bat file to find java.exe on your system. Oy.
No comments yet