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