views:

336

answers:

4

Looking for a free Windows GUI text editor that supports solid1 regular expressions for its Find/Replace features, for programmers to use.

Familiar with Vim, Ed, Emcas, etc. Not looking for a command-based editor. Will give chosen editor to team members already familiar with Regular Expressions, but don't want learning curve incurred to use the editor itself.

1: "solid" meaning: the newest syntax or features implemented.

+2  A: 

Take a look at notepad++, which is free and supports all kinds of regexy goodness.

Get the PortableApps version and you can keep it on a keydrive all the time -- handy for a mobile dev platform.

John Feminella
@jdk, note that notepad++ has no look arounds.
Bart Kiers
@Bart K: I'll keep my fingers crossed for that feature. Until then the team has a solid regex GUI editor that suits their needs well.
John K
Also my choice of editor :)
henasraf
@Bart K, it's GPL licensed, so anybody could potentially add that.
Osama ALASSIRY
A: 

EditPad Pro seems to have it all. Although commercial, you can try for free.

As a free alternative, I use ConTEXT from time to time when I'm on Windows. Although it does not support look-arounds, almost all other PCRE features are supported. It's a nice lightweight text editor with tons of syntax highlighters available.

Bart Kiers
Thanks for reminding me I wanted a free one. I just edited the question accordingly.
John K
+1  A: 

The Zeus Lite editor implements a Perl style of regular expression and it is free.

jussij
A: 

Another good one that I use - I like it better than notepad++ and ConTEXT - is PSPad It has a great set of features and can load larger files than notepad++.

A REALLY fully featured light-weight editor that I use to replace notepad - but has many of the features of PSPad including regular expression search is Notepad2

oratek