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

caseSensitive

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

Declaration 宣言

var caseSensitive: Bool { get set }

Discussion 議論

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

See Also 参照

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