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...
-
Import/export of any file type is the basic need of any development environment whether web development, desktop development or applicatio...
-
PowerShell का उपयोग करके एक Azure डेटा फ़ैक्टरी कैसे बनाएँ? This quickstart describes how to use PowerShell to create an Azure data fact...
-
Zone-redundant storage (ZRS) replicates your data synchronously across three storage clusters in a single region. Each storage cluster is ...
No comments:
Post a Comment