mirror of
https://github.com/osukey/osukey.git
synced 2025-05-07 06:37:18 +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.