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