Skip to content

Edit Regex

pavlospt edited this page Nov 14, 2014 · 1 revision

Editing a regex in Java is a bit difficult for a couple of reasons

  1. You have to escape the backslashes
  2. Let's face it, regex are hard!
  3. See point #2

So what can the IDE do to help us? Give us a nice interface to code and test regexes of course!

Shortcut: Alt+Enter → check regexp

Clone this wiki locally