EDIT: @mindbleach@sh.itjust.works shared something that might help to circumvent this shit:
Contained in these parentheses is a zero-width joiner: ()
Basically, add those to whatever you feel that might be filtered out, then remove the parentheses. The content inside the parentheses is invisible, but it screws with regex rules.
That zero-width hack doesn’t seem to work:
len("Le()mmy") 8 len("(Lemmy)") 7
I’d just post something like: