charactersToBeSkipped
Character set containing the characters the scanner ignores when looking for a scannable element.
あるスキャン可能な要素を捜すときにスキャナが無視する文字を含んでいる文字集合。
Availability 有効性
Technology
@property(getter=isAtEnd, readonly) BOOL atEnd;
YES
if the receiver has exhausted all significant characters in its string, otherwise NO
.
YES
、レシーバがそれの文字列の中の全ての有意文字を使い果たすならば、そうでなければNO
。
If only characters from the set to be skipped remain, returns YES
.
スキップされる集合からの文字だけが残るならば、YES
を返します。
charactersToBeSkipped