Enumeration
列挙
NSStringEnumerationOptions
Constants to specify kinds of substrings and styles of enumeration.
下位文字列の種類と列挙のやり方を指定する定数。
Declaration
宣言
typedef enum NSStringEnumerationOptions : NSUInteger
{
...
} NSStringEnumerationOptions;
Overview
概要
These options are used with the enumerateSubstringsInRange:options:usingBlock:
method. Pass in one NSStringEnumerationBy...
option and combine with any of the remaining enumeration style constants using the C bitwise OR
operator.
これらのオプションは、enumerateSubstringsInRange:options:usingBlock:
メソッドで使われます。1つのNSStringEnumerationBy...
オプションを渡して、そして何であれ残っている列挙スタイル定数をCビット単位OR
演算子を使って結合します。
See Also
参照
Performing Linguistic Analysis
言語的分析を実行する