Structure

NSString.EnumerationOptions

Constants to specify kinds of substrings and styles of enumeration. 下位文字列の種類と列挙のやり方を指定する定数。

Declaration 宣言

struct EnumerationOptions, @unchecked Sendable

Overview 概要

These options are used with the enumerateSubstrings(in:options:using:) method. Pass in one NSStringEnumerationBy... option and combine with any of the remaining enumeration style constants using the C bitwise OR operator. これらのオプションは、enumerateSubstrings(in:options:using:)メソッドで使われます。1つのNSStringEnumerationBy...オプションを渡して、そして何であれ残っている列挙スタイル定数をCビット単位OR演算子を使って結合します。

Relationships 関係

Conforms To 次に準拠

See Also 参照

Performing Linguistic Analysis 言語的分析を実行する