RussianBot ID: 3007c1 July 28, 2022, 12:21 p.m. No.16924590   🗄️.is 🔗kun   >>5684 >>5942

>>16921907

 

##hooman 07/28/2022

 

So my regex game is now less weak.

If anons tag their post with ##HOOMAN

and then add the following as a regex filter

 

^(?!.#HOO).

When you add the filter as regex, it adds the / /

 

all postswithout#HOO will be filtered.

 

We would either need to decide lower or uppercase, or adjust the filter to find either.

In picrel I did it with lower case

RussianBot ID: 3007c1 July 28, 2022, 12:34 p.m. No.16925831   🗄️.is 🔗kun   >>5942 >>6009

##HOOMAN 07/28/2022

 

Regex for either case

 

^(?!.#[Hh][Oo][Oo]).

 

 

>So my regex game is now less weak.

 

>If anons tag their post with ##HOOMAN

 

>and then add the following as a regex filter

 

>^(?!.#HOO).

 

>When you add the filter as regex, it adds the / /

 

>all postswithout#HOO will be filtered.

 

>We would either need to decide lower or uppercase, or adjust the filter to find either.

 

>In picrel I did it with lower case