Enumeration Case 列挙ケース

NSRegularExpressionSearch

The search string is treated as an ICU-compatible regular expression. If set, no other options can apply except NSCaseInsensitiveSearch and NSAnchoredSearch. You can use this option only with the rangeOfString:… methods and stringByReplacingOccurrencesOfString:withString:options:range:. 検索文字列は、ICU互換正規表現とみなされます。もし設定されるならば、他のオプションはNSCaseInsensitiveSearchNSAnchoredSearchを除いて適用できません。あなたは、このオプションをrangeOfString:… メソッドおよびstringByReplacingOccurrencesOfString:withString:options:range:でのみ使用できます。

Declaration 宣言

NSRegularExpressionSearch = 1024