implementation icon indicating copy to clipboard operation
implementation copied to clipboard

Not() method

Open metal3d opened this issue 11 years ago • 1 comments

Testing again implementation, I've got some ideas...

We have "Find(value)" method that returns:

(?:value)

Right... but there is no method to return:

(?!value)

We've got AnythingBut and SomethingBut that works with ranges, not a word. Or maybe I misimplemented methods.

I suggest "Not(value)", are you ok with this idea ?

PS: Go cannot treat this regexp notation... I will find other way to do. But for other, can you give an opinion ?

metal3d avatar Aug 13 '13 13:08 metal3d

I think we should go over all possible verbal ways of defining a syntax. We might be missing other functions aswell.

When it comes too the Not method: :shipit:

Foxboron avatar Aug 14 '13 01:08 Foxboron