/ Published in: C#
Validate any string programmatically via regular expression.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
System.Text.RegularExpressions.Regex.IsMatch(someString, someRegularExpression)