mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 13:36:25 -08:00
more accepted characters in ids (doom)
This commit is contained in:
parent
8f6a5b5474
commit
8a4dfd361c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue