mirror of
https://github.com/osukey/osukey.git
synced 2025-06-22 11:47:54 +09:00
What the regex does is it matches everything except alphanumeric and [_()[] -], excluding EOL since regex101 seems to also match it, and we probably don't want that to happen.