[−][src]Trait uikit_sys::NSRegularExpression_NSMatching
Provided methods
unsafe fn enumerateMatchesInString_options_range_usingBlock_(
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange,
block: _bindgen_ty_id_150478
) where
Self::Target: Message + Sized,
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange,
block: _bindgen_ty_id_150478
) where
Self::Target: Message + Sized,
unsafe fn matchesInString_options_range_(
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange
) -> NSArray where
Self::Target: Message + Sized,
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange
) -> NSArray where
Self::Target: Message + Sized,
unsafe fn numberOfMatchesInString_options_range_(
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange
) -> NSUInteger where
Self::Target: Message + Sized,
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange
) -> NSUInteger where
Self::Target: Message + Sized,
unsafe fn firstMatchInString_options_range_(
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange
) -> NSTextCheckingResult where
Self::Target: Message + Sized,
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange
) -> NSTextCheckingResult where
Self::Target: Message + Sized,
unsafe fn rangeOfFirstMatchInString_options_range_(
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange
) -> NSRange where
Self::Target: Message + Sized,
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange
) -> NSRange where
Self::Target: Message + Sized,