Regex for name/tripcode filters

1

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?

2

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?

3

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)

4

>>3
I'll add it some time later, for now you can just set multiple filters: Krony, Klony, Kroni and Klony.

5

>>4
Alright, thanks.

6

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?

7

No lookbehinds in JavaScript.

You can use something like this as NOT operator:
/^(?![\s\S]*nope)[\s\S]*$/im

8

Is it "some time later" yet?

9 !Admin

Tomorrow. For real.

10

And by ``tomorrow'' I actually mean this weekend.

11

Is it "this weekend" yet?

Reply

Preview?