// Allow these characters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._@+:Ññíáö;, and white space
export const userNameRegex = '^[0-9a-zA-Z_.+:Ññíáö;, @-]{1,50}$';