Type Property
型プロパティ
regular
regularExpression
The search string is treated as an ICU-compatible regular expression. If set, no other options can apply except
caseInsensitive
and anchored
. You can use this option only with the rangeOfString:
… methods and replacingOccurrences(of:with:options:range:)
.
検索文字列は、ICU互換正規表現とみなされます。もし設定されるならば、他のオプションはcaseInsensitive
とanchored
を除いて適用できません。あなたは、このオプションをrangeOfString:
… メソッドおよびreplacingOccurrences(of:with: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 宣言
static var regularExpression: NSString
.CompareOptions
{ get }