Type Method 型メソッド

regularExpressionCheckingResult(ranges:count:regularExpression:)

Creates and returns a type checking result with the specified regular expression data. 指定された正規表現データを使った型検査結果を作成して返します。

Declaration 宣言

class func regularExpressionCheckingResult(ranges: NSRangePointer, 
                                     count: Int, 
                         regularExpression: NSRegularExpression) -> NSTextCheckingResult

Parameters パラメータ

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. 正規表現。

Return Value 戻り値

Returns an NSTextCheckingResult with the specified range and a resultType of regularExpression. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてregularExpressionを持ちます。

See Also 参照

Text Checking Results for Regular Expressions 正規表現に対するテキスト検査結果