mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
export const usernameRegex = /^[\p{L}\p{N}._-]+$/gu;
|
|
export const usernameUnsafeRegex = /[^A-Za-z0-9._-]/gu;
|