Enumeration Case
列挙ケース
NSRegular
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互換正規表現とみなされます。もし設定されるならば、他のオプションはNSCaseInsensitiveSearch
とNSAnchoredSearch
を除いて適用できません。あなたは、このオプションをrangeOfString:
… メソッドおよびstringByReplacingOccurrencesOfString:withString:options:range:
でのみ使用できます。
Availability 有効性
- iOS 3.2+
- iPadOS 3.2+
- macOS 10.7+
- Mac Catalyst 13.1+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
NSRegularExpressionSearch = 1024