class func quoteCheckingResult (range: NSRange, replacementString : String) -> NSTextCheckingResult
Creates and returns a text checking result with the specified quote-balanced replacement string.
あるテキスト検査結果をこの指定された引用符均衡置換文字列について作成して返します。
Availability 有効性
Technology
class func dashCheckingResult(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 dash
.
NSText
を返します、指定されたrange
と、result
としてdash
を持ちます。
class func quoteCheckingResult (range: NSRange, replacementString : String) -> NSTextCheckingResult