Type Method 型メソッド

regularExpressionCheckingResultWithRanges:count:regularExpression:

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

Declaration 宣言

+ (NSTextCheckingResult *)regularExpressionCheckingResultWithRanges:(NSRangePointer)ranges 
                                                              count:(NSUInteger)count 
                                                  regularExpression:(NSRegularExpression *)regularExpression;

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 NSTextCheckingTypeRegularExpression. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてNSTextCheckingTypeRegularExpressionを持ちます。

See Also 参照

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