Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

regular expression for email in c#

[RegularExpression(@"[A-Z0-9._%-]+@[A-Z0-9.-]+.[A-Z]{2,4}")]
 
PREVIOUS NEXT
Tagged: #regular #expression #email
ADD COMMENT
Topic
Name
3+1 =