次の方法で共有


NSMutableString.ReplaceOcurrences メソッド

定義

パターンに一致する変更可能な文字列の内容を別の文字列に置き換えます。

[Foundation.Export("replaceOccurrencesOfString:withString:options:range:")]
public virtual nuint ReplaceOcurrences (Foundation.NSString target, Foundation.NSString replacement, Foundation.NSStringCompareOptions options, Foundation.NSRange range);
abstract member ReplaceOcurrences : Foundation.NSString * Foundation.NSString * Foundation.NSStringCompareOptions * Foundation.NSRange -> nuint
override this.ReplaceOcurrences : Foundation.NSString * Foundation.NSString * Foundation.NSStringCompareOptions * Foundation.NSRange -> nuint

パラメーター

target
NSString

置換する文字列。

replacement
NSString

テキストを置き換える文字列。

options
NSStringCompareOptions

ターゲットの照合方法を決定する比較オプション。

range
NSRange

置換が行われる範囲。

戻り値

System.System.UIntPtr System.unativeint

完了した置換の数。

属性

適用対象