Text editing program with regex?

by Unknown

Back to The Real World.

Unknown2011-03-28 04:10:12
Hi ya'll, I've been looking around but have had some difficulty in finding a program that will let me get my mud coding skills going on via regex, only with text documents that you cut and paste in. For example, if I was to paste in a legal opinion, and use regex to highlight specific words in that document, it could potentially make my life easier. Does anyone know of such a program out there that can do this, for either PC or mac?
Sylphas2011-03-28 04:15:30
I use SciTE as my main text editor, it has regex searching.
Unknown2011-03-28 06:12:58
Notepad++ has regex searching as well. In fact, I use Notepad++ over Notepad.

I use the regex searching in Notepad to clean my logs of my prompt, so it's at least robust enough to do that.
Unknown2011-03-28 17:37:36
I use Komodo. It's a bit slow to load initially on my Windows XP, but I like it well enough.
Lendren2011-03-28 17:44:47
EditPlus.
Razenth2011-03-28 18:14:16
Eclipse. I don't recommend it though.
Sylphas2011-03-28 18:30:31
QUOTE (Razenth @ Mar 28 2011, 02:14 PM) <{POST_SNAPBACK}>
Eclipse. I don't recommend it though.


What is this, I don't even...

Eclipse, the IDE? As a text editor? That seems like ludicrous overkill.
Unknown2011-03-28 18:45:45
I used to use Visual Studio for my Quake mods. It even compiled my files with the Quake compiler. Was pretty sweet. biggrin.gif