asp.net - validation regularexpression -


I have in the text box that the user has to enter text only. The user should not even enter marks and special characters. Thanks to me

Only letters and spaces, together at least one: ^ [ A-Za-z] + $


Comments

Popular posts from this blog

ios - Form Sheet content disappearing -

MySql variables and php -

php - Laravel - Overriding a resource route into a different route filter group -