StringOptions
public struct StringOptions : OptionSet, Sendable
String
クエリのオプションを表す列挙型。
-
:doc:
宣言
Swift
public let rawValue: Int8
-
:doc:
宣言
Swift
public init(rawValue: Int8)
-
大文字と小文字を区別しない検索。
宣言
Swift
public static let caseInsensitive: StringOptions
-
クエリは発音区別符号を無視します。
宣言
Swift
public static let diacriticInsensitive: StringOptions