NSRegularExpression
extension NSRegularExpression
-
Undocumented
Declaration
Swift
open func matches(in string: String, options: NSRegularExpression.MatchingOptions = []) -> [NSTextCheckingResult] -
Undocumented
Declaration
Swift
open func numberOfMatches(in string: String, options: NSRegularExpression.MatchingOptions = []) -> Int -
Undocumented
Declaration
Swift
open func firstMatch(in string: String, options: NSRegularExpression.MatchingOptions = []) -> NSTextCheckingResult? -
Undocumented
Declaration
Swift
open func rangeOfFirstMatch(in string: String, options: NSRegularExpression.MatchingOptions = []) -> NSRange
NSRegularExpression Extension Reference