Page 1 of 1

ony the word that doesnt include bla bla

Posted: Mon Feb 02, 2009 1:57 am
by Narkoz
i want to make a regexp
such;

/spamfilter + c block - test (?i)g(ö|o)t(?!ür|ur)

by this i try to block the words that not being followed by "ür or ur" chars

but the result is :


Error in regex '(?i)g(ö|o)t(?!ür|ur)': Invalid regexp


What is wrong with my regex?

how can i do the thing that i want, can you give me some example thanx.


and ( which of source of regexp tutorial or something like must i accept the correct one for unrealircd?)

Re: ony the word that doesnt include bla bla

Posted: Fri Sep 25, 2009 9:11 pm
by frozenfire
I think the problem is in the (?
What you probably want here is (?: