Instance Property インスタンスプロパティ

caseSensitive

Flag that indicates whether the receiver distinguishes case in the characters it scans. レシーバが、それが走査する文字においてケースを識別するかどうかを指し示すフラグ。

Declaration 宣言

@property BOOL caseSensitive;

Discussion 議論

YES if the receiver distinguishes case in the characters it scans, otherwise NO. The default value is NO. Note that case sensitivity doesn’t apply to the characters to be skipped. YES、もしレシーバがそれが走査する文字においてケースを区別するならば、そうでなければNO。省略時の値はNOです。ケース考慮はスキップされることになる文字には適用されないことに注意してください。

See Also 参照

Configuring a Scanner スキャナーを構成設定する