regularExpression
The regular expression of a type checking result.
ある型検査結果の正規表現。
Availability 有効性
Technology
+ (NSTextCheckingResult
*)regularExpressionCheckingResultWithRanges:(NSRangePointer
)ranges
count:(NSUInteger
)count
regularExpression:(NSRegularExpression
*)regularExpression;
ranges
A C array of ranges, which must have at least one element, and the first element represents the overall range. 範囲それらからなるあるC配列、それらは少なくとも1つの要素を持たなければなりません、そして最初の要素は範囲の全体を表します。
count
The number of items in the ranges
array.
ranges
配列の中の項目の数。
regularExpression
The regular expression. 正規表現。
Returns an NSText
with the specified range
and a result
of NSText
.
NSText
を返します、指定されたrange
と、result
としてNSText
を持ちます。
regularExpression