You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, April 5th 2011, 1:59pm

Any editor with lookbehind regex search&replace functionality?

Hi,

I would like to use a lookbehind expression in the search&replace function of Kate, but it doesn't seem to work. The previous/next buttons to search become greyed out.

Is there any editor that supports such a functionality?
I tried Geany, but it also doesn't work. :/

Example of a lookbehind expression:
(?<!a)b
http://www.regular-expressions.info/lookaround.html