options
オプション
Returns the options used when the regular expression option was created.
正規表現オプションが作成された時に使用されたオプションを返します。
numberOfCaptureGroups
Returns the number of capture groups in the regular expression.
その正規表現での捕獲グループの数を返します。
Availability 有効性
Technology
@property(readonly, copy) NSString
*pattern;
options
オプション
numberOfCaptureGroups
+ regularExpressionWithPattern:options:error:
- initWithPattern:options:error: