Type Method 型メソッド

replacementCheckingResult(range:replacementString:)

Creates and returns a text checking result with the specified replacement string. あるテキスト検査結果をこの指定された置き換え文字列について作成して返します。

Declaration 宣言

class func replacementCheckingResult(range: NSRange, 
                   replacementString: String) -> NSTextCheckingResult

Parameters パラメータ

range

The range of the detected result. 検出された結果の範囲。

replacementString

The replacement string. 置換文字列。

Return Value 戻り値

Returns an NSTextCheckingResult with the specified range and a resultType of replacement. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてreplacementを持ちます。

See Also 参照

Text Checking Results for Text Replacement テキスト置き換えのテキスト検査結果