arrasio
arrasio copied to clipboard
Fixes regex implementation
BANNED_CHARACTER_REGEX was actually being passed as a string (cause JSON), ive split it up into body and flags and then create a new regex later to remove unwanted characters from names.
Can confirm this works :+1:
...