Regex for name/tripcode filters
Is there a way
Nope. Right now, tripcode/name filters use case-sensitive, partial matching.
The following filters, for example, will all match Clammy !SEGAo1.Ce6
:
#!SEGA
#Clammy
#mm
This normally should cover most of the use cases.
What issue do you have exactly?
What issue do you have exactly?
Well, I'd like to be able to use regex. For example: K(r|l)on(y|i|ie|ies)
>>3
I'll add it some time later, for now you can just set multiple filters: Krony
, Klony
, Kroni
and Klony
.
Rather than make a new thread, perhaps I'll just use this one again.
Are regex lookbehinds implemented? They don't seem to work for me. Can they be, if not already?
No lookbehinds in JavaScript.
You can use something like this as NOT operator:
/^(?![\s\S]*nope)[\s\S]*$/im
Is it "some time later" yet?
Tomorrow. For real.
And by ``tomorrow'' I actually mean this weekend.
Is it "this weekend" yet?
I can't find a way to use regex with the "#" filters for names/tripcodes. Is there a way, and if so, how? If not, can it be implemented?