Enumeration 列挙

NSStringCompareOptions

These values represent the options available to many of the string classes’ search and comparison methods. これらの値は、文字列クラスのもつ検索および比較メソッドの多くで利用可能なオプションを表します。

Declaration 宣言

typedef enum NSStringCompareOptions : NSUInteger {
    ...
} NSStringCompareOptions;

Overview 概要

See Searching, Comparing, and Sorting Strings for details on the effects of these options. Searching, Comparing, and Sorting Stringsをこれらのオプションの影響に関する詳細として見てください。

Topics 話題

Constants 定数

See Also 参照

Identifying and Comparing Strings 文字列を識別および比較する