Better Regular Expression Editing in JavaScript and ActionScript
June 3rd, 2009 by nicityIf you ever tried to understand or edit regular expression like this in JavaScript or ActionScript:
Then you are sure to find IntelliJ IDEA 9 a more helpful in this way. Now you can repeatedly press Ctrl+W to see non-capturing groups:
Plus, code completion after \ is also a bit smarter:
Tags: "regular expressions", actionscript, eap, javascript, maia
June 7th, 2009 at 6:04 am
Will it only work for JavaScript or Java regexes are supported as well ?
June 9th, 2009 at 3:35 am
It works in Java already