6.1.6:The
item Chunk and the itemDelimiter Property
アイテム・チャンクとアイテムデリミタ・プロパティ
By
default, an item
is a string of
characters delimited by commas.
初期設定では、アイテムはコンマで区切られた一連のキャラクタ列です。
Items are delimited by the character in the
itemDelimiter
property. By
default, the itemDelimiter
is set to comma,
but you can create your own chunk type by setting
the itemDelimiter
property to any
character.
複数のアイテムは、アイテムデリミタ・プロパティ内のキャラクタによって区切られます。初期設定では、アイテムデリミタはコンマに設定されていますが、アイテムデリミタを他のキャラクタに設定し直すことで、独自のチャンク形式を作ることができます。
An item can contain characters, tokens, or words, but not
lines. Items can be contained in a line, but not in a word,
token, or character.
アイテムはキャラクタ、トークン、ワードを包含できますが、行は包含できません。複数のアイテムは行に包含されますが、一つのワード、トークン、キャラクタには包含されません。