public Boolean Email(string str) { if (Regex.IsMatch(str, @"^[a-z0-9_\+-]+(\.[a-z0-9_\+-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*\.([a-z]{2,4})$")) { return true; } else { return false; } }
Subscribe to:
Post Comments (Atom)
Lab 09: Publish and subscribe to Event Grid events
Microsoft Azure user interface Given the dynamic nature of Microsoft cloud tools, you might experience Azure UI changes that occur after t...

-
Zone-redundant storage (ZRS) replicates your data synchronously across three storage clusters in a single region. Each storage cluster is ...
-
Introduction Many organizations are reluctant to go to cloud environment due to various reasons such as data privacy, security, compliance o...
-
The main difference between state and props is that props are immutable. This is why the container component should define the state tha...
No comments:
Post a Comment