chore(backend): format
This commit is contained in:
parent
42041d49bc
commit
aa756ac56a
3 changed files with 4 additions and 2 deletions
|
@ -289,6 +289,7 @@ public static partial class ValidationUtils
|
|||
|
||||
[GeneratedRegex(@"^[a-zA-Z_0-9\-\.]{2,40}$", RegexOptions.IgnoreCase, "en-NL")]
|
||||
private static partial Regex UsernameRegex();
|
||||
|
||||
[GeneratedRegex("""^[^@'$%&()+<=>^|~`,*!#/\\\[\]""\{\}\?]{1,100}$""", RegexOptions.IgnoreCase, "en-NL")]
|
||||
private static partial Regex MemberRegex();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue