Text editor capable of running complex Regular Expressions?
- by Mashimom
I want to find a text editor capable of running and mainly storing regular expressions for later re-use. It should also be able to run them across multiple files.
I know I can get all that with grep, but there is not much for re-use on it. I was able to get some regular expression functionality on Gedit with plugins, but not nearly close to my…