tests
This commit is contained in:
		| @@ -7,7 +7,7 @@ namespace BlazorWebAssemblyVisaApiClient | ||||
|     { | ||||
|         public readonly static Regex EnglishWordRegex = new("^[a-zA-Z]*$"); | ||||
|  | ||||
|         public readonly static Regex EnglishPhraseRegex = new(@"^[a-zA-Z№0-9?><;,{}[\]\-_+=!@#$%\^&*|']*$"); | ||||
|         public readonly static Regex EnglishPhraseRegex = new(@"^[a-z A-Z№0-9?><;,{}[\]\-_+=!@#$%\^&*|']*$"); | ||||
|  | ||||
|         public readonly static Regex PhoneNumRegex = new(@"^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$"); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user