6.1.7:The
line Chunk and the lineDelimiter Property
行チャンクとラインデリミタ・プロパティ
By
default, a line
is a string of
characters delimited by the return character.
初期設定では、行(ライン)はリターン(改行)記号で区切られた一覧のキャラクタ列です。
Lines are delimited by the character in the
lineDelimiter
property. By
default, the lineDelimiter
is set to
return,
but you can create your own chunk type by setting
the lineDelimiter
property to any
character.
行はラインデリミタ・プロパティで指定されたキャラクタにより区切られます。初期設定では、ラインデリミタはリターン(改行)に設定されていますが、ラインデリミタ・プロパティを他のキャラクタに設定し直すことで、独自のチャンク形式を作ることができます。
A line can contain characters, tokens, words, or items.
Lines cannot be contained in any other chunk type.
行は複数のキャラクタ、トークン、単語(ワード)、アイテムを包含できます。行は他のいかなるチャンク形式にも包含されません。