Regular Expression Eclipse Plug-in
Regular expressions are an incredibly powerful tool, but can be rather tricky to get exactly right. This plug-in helps you quickly and easily test regular expressions during development.
- Real time results: shows results as you type
- Detailed results: view group info below
- Save your settings with eclipse preferences
- Multiple inputs
- Support for pattern flags (e.g. Pattern.CASE_INSENSITIVE, etc);