regularExpression
The search string is treated as an ICU-compatible regular expression. If set, no other options can apply except Caseinsensitive and Anchored. You can use this option only with the rangeOfString:… methods and Replacingoccurrences(of:with:options:range:).
Declaration
static var regularExpression: NSString.CompareOptions { get }