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
スキャナーを構成設定する
scanLocation
The character position at which the receiver will begin its next scanning operation.
この文字位置で、レシーバはそれの次のスキャン操作を開始するでしょう。
charactersToBeSkipped
Character set containing the characters the scanner ignores when looking for a scannable element.
あるスキャン可能な要素を捜すときにスキャナが無視する文字を含んでいる文字集合。
locale
The locale to use when scanning.
走査している時に使うことになるロケール。