Swift
xxxxxxxxxx
func isValidEmailAddress(emailAddressString: String) -> Bool {
var returnValue = true
let emailRegEx = "[A-Z0-9a-z.-_]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,3}"
do {
let regex = try NSRegularExpression(pattern: emailRegEx)
let nsString = emailAddressString as NSString
let results = regex.matches(in: emailAddressString, range: NSRange(location: 0, length: nsString.length))
if results.count == 0
{
returnValue = false
}
} catch let error as NSError {
print("invalid regex: \(error.localizedDescription)")
returnValue = false
}
return returnValue
}
Linux - How to Install anc-api-tools
Linux - How to Install curvedns
Python - Check if a Number is Positive, Negative or 0
Linux - How to Install zenmap
C - Count Number of Digits in an Integer
JavaScript - Check Whether a String Starts and Ends With Certain Characters
C++ - Check Whether a Number is Prime or Not
C - Find Largest Number Using Dynamic Memory Allocation
Kotlin - Round a Number to n Decimal Places
C++ - Check Leap Year
Java - Reverse a Number
Kotlin - Reverse a Number
Kotlin - Find Factorial of a Number
Python - Writing Excel (XLSX) Files
Linux - How to Install zfs-test
Linux - How to Install xbitmaps
Java - Create Pyramid and Pattern
Linux - How to Install zstd
We have been online since 2021 and 1 millions of people around the globe have visited our website since then
More visitors every month