Enumeration 列挙

NSMatchingOptions

The matching options constants specify the reporting, completion and matching rules to the expression matching methods. These constants are used by all methods that search for, or replace values, using a regular expression. マッチング・オプション定数は、情報提供、完了そしてマッチング規則を、表現マッチングメソッドに指定します。これらの定数は、正規表現を使って値を捜す、または置換する、全てのメソッドによって使われます。

Declaration 宣言

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

Topics 話題

Constants 定数