[][src]Trait uikit_sys::NSRegularExpression_NSReplacement

pub trait NSRegularExpression_NSReplacement: Sized + Deref {
    unsafe fn stringByReplacingMatchesInString_options_range_withTemplate_(
        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
, { ... }
unsafe fn replacementStringForResult_inString_offset_template_(
        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
, { ... } }

Provided methods

unsafe fn stringByReplacingMatchesInString_options_range_withTemplate_(
    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

unsafe fn replacementStringForResult_inString_offset_template_(
    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

Loading content...

Implementors

impl NSRegularExpression_NSReplacement for NSDataDetector[src]

impl NSRegularExpression_NSReplacement for NSRegularExpression[src]

Loading content...