Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to exclude a string in a regex search?
How to exclude a string in a regex search? [message #333210] Mon, 01 December 2008 09:38
Christophe Bismuth is currently offline Christophe BismuthFriend
Messages: 67
Registered: July 2009
Location: Paris, France
Member

Dear community,

I'd like to make a regex search in which I exclude a string, i.e. search
all lines which don't contain the myString string. I tried:

^[^(\QmyString\E)]+$

But it doesn't work ...

Does anybody have an idea?

Thank you,
Chris
Previous Topic:Learning Eclipse: If you knew then what you knew now....
Next Topic:question about logging and best practices
Goto Forum:
  


Current Time: Fri Apr 19 11:59:08 GMT 2024

Powered by FUDForum. Page generated in 0.01909 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top