pattern
パターン
options
オプション
Availability 有効性
Technology
@property(readonly) NSUInteger
numberOfCaptureGroups;
A capture group consists of each possible match within a regular expression. Each capture group can then be used in a replacement template to insert that value into a replacement string. 捕獲グループは、正規表現の範囲内で可能なマッチそれぞれから成ります。各捕獲グループはそれから、その値を置き換え文字列に挿入するために置き換えテンプレートにおいて使われることができます。
This value puts a limit on the values of n
for $n
in templates, and it determines the number of ranges in the returned NSText
instances returned in the match...
methods.
この値は、それはテンプレートにおける$n
のn
の値に制限を課します、それでそれは返されるNSText
インスタンスの中のいくらかある範囲の数を決定します、それらインスタンスはmatch...
メソッドにおいて返されます。
An exception will be generated if you attempt to access a result with an index value exceeding number
-1
.
あなたがある結果にnumber
-1
を上回るインデックス値でアクセスしようとするならば、例外が発生します。
pattern
パターン
options
オプション