class func dashCheckingResult (range: NSRange, replacementString : String) -> NSTextCheckingResult
Creates and returns a text checking result with the specified dash corrected replacement string.
あるテキスト検査結果をこの指定されたダッシュ修正置換文字列について作成して返します。
Availability 有効性
Technology
class func quoteCheckingResult(range: NSRange
,
replacementString: String
) -> NSTextCheckingResult
range
The range of the detected result. 検出された結果の範囲。
replacementString
The replacement string. 置換文字列。
Returns an NSText
with the specified range
and a result
of quote
.
NSText
を返します、指定されたrange
と、result
としてquote
を持ちます。
class func dashCheckingResult (range: NSRange, replacementString : String) -> NSTextCheckingResult