NSRegularExpression.ReplaceMatches Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReplaceMatches(NSMutableString, NSMatchingOptions, NSRange, NSString) | |
ReplaceMatches(String, NSMatchingOptions, NSRange, String) |
ReplaceMatches(NSMutableString, NSMatchingOptions, NSRange, NSString)
[Foundation.Export("replaceMatchesInString:options:range:withTemplate:")]
public virtual nuint ReplaceMatches (Foundation.NSMutableString mutableString, Foundation.NSMatchingOptions options, Foundation.NSRange range, Foundation.NSString template);
abstract member ReplaceMatches : Foundation.NSMutableString * Foundation.NSMatchingOptions * Foundation.NSRange * Foundation.NSString -> nuint
override this.ReplaceMatches : Foundation.NSMutableString * Foundation.NSMatchingOptions * Foundation.NSRange * Foundation.NSString -> nuint
Parameters
- mutableString
- NSMutableString
- options
- NSMatchingOptions
- range
- NSRange
- template
- NSString
Returns
System.System.UIntPtr
System.unativeint
- Attributes
Applies to
ReplaceMatches(String, NSMatchingOptions, NSRange, String)
[Foundation.Export("stringByReplacingMatchesInString:options:range:withTemplate:")]
public virtual string ReplaceMatches (string sourceString, Foundation.NSMatchingOptions options, Foundation.NSRange range, string template);
abstract member ReplaceMatches : string * Foundation.NSMatchingOptions * Foundation.NSRange * string -> string
override this.ReplaceMatches : string * Foundation.NSMatchingOptions * Foundation.NSRange * string -> string
Parameters
- sourceString
- String
- options
- NSMatchingOptions
- range
- NSRange
- template
- String
Returns
- Attributes