var regularExpression : NSRegularExpression?
The regular expression of a type checking result.
ある型検査結果の正規表現。
Availability 有効性
Technology
class func regularExpressionCheckingResult(ranges: NSRangePointer
,
count: Int
,
regularExpression: NSRegularExpression
) -> NSTextCheckingResult
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 regular
.
NSText
を返します、指定されたrange
と、result
としてregular
を持ちます。
var regularExpression : NSRegularExpression?