Type Property 型プロパティ

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互換正規表現とみなされます。もし設定されるならば、他のオプションはcaseInsensitiveanchoredを除いて適用できません。あなたは、このオプションをrangeOfString:… メソッドおよびreplacingOccurrences(of:with:options:range:)でのみ使用できます。

Declaration 宣言

static var regularExpression: NSString.CompareOptions { get }