Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 788 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 788 Bytes

eclipse-regexp

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);

Regexp