>DOUGH
tyb
excellent job today
##hooman 07/28/2022
Can you blue text the name field?
##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
##HOOMAN 07/28/2022
##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