more accepted characters in ids (doom)

This commit is contained in:
split / May 2023-10-01 17:48:44 -07:00
parent 8f6a5b5474
commit 8a4dfd361c

View file

@ -7,7 +7,7 @@ import { files } from "./accounts";
import * as Accounts from "./accounts";
export let id_check_regex = /[A-Za-z0-9_\-\.\!\=\:]+/
export let id_check_regex = /[A-Za-z0-9_\-\.\!\=\:\&\$\,\+\;\@\~\*\(\)\']+/
export let alphanum = Array.from("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890")
// bad solution but whatever