NSRegularExpression.ReplaceMatches メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- mutableString
- NSMutableString
- options
- NSMatchingOptions
- range
- NSRange
- template
- NSString
戻り値
System.System.UIntPtr
System.unativeint
- 属性
適用対象
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
パラメーター
- sourceString
- String
- options
- NSMatchingOptions
- range
- NSRange
- template
- String
戻り値
- 属性