[−][src]Trait uikit_sys::NSRegularExpression_NSReplacement
Provided methods
unsafe fn stringByReplacingMatchesInString_options_range_withTemplate_(
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange,
templ: NSString
) -> NSString where
Self::Target: Message + Sized,
self,
string: NSString,
options: NSMatchingOptions,
range: NSRange,
templ: NSString
) -> NSString where
Self::Target: Message + Sized,
unsafe fn replaceMatchesInString_options_range_withTemplate_(
self,
string: NSMutableString,
options: NSMatchingOptions,
range: NSRange,
templ: NSString
) -> NSUInteger where
Self::Target: Message + Sized,
self,
string: NSMutableString,
options: NSMatchingOptions,
range: NSRange,
templ: NSString
) -> NSUInteger where
Self::Target: Message + Sized,
unsafe fn replacementStringForResult_inString_offset_template_(
self,
result: NSTextCheckingResult,
string: NSString,
offset: NSInteger,
templ: NSString
) -> NSString where
Self::Target: Message + Sized,
self,
result: NSTextCheckingResult,
string: NSString,
offset: NSInteger,
templ: NSString
) -> NSString where
Self::Target: Message + Sized,
unsafe fn escapedTemplateForString_(string: NSString) -> NSString where
Self::Target: Message + Sized,
Self::Target: Message + Sized,