Enumeration 列挙

NSRegularExpressionOptions

These constants define the regular expression options. These constants are used by the property options, regularExpressionWithPattern:options:error:, and initWithPattern:options:error:. これらの定数は、正規表現オプションを定義します。これらの定数は、プロパティoptionsregularExpressionWithPattern:options:error:、そしてinitWithPattern:options:error:によって使われます。

Declaration 宣言

typedef enum NSRegularExpressionOptions : NSUInteger {
    ...
} NSRegularExpressionOptions;

Topics 話題

Constants 定数