$componentSeparator
$componentSeparator : string
Convert EDI messages into tokens for parsing.
getTokens(string $message) : array<mixed,\Metroplex\Edifact\Token>
Convert the passed message into tokens.
string | $message | The EDI message |
getNextToken() : \Metroplex\Edifact\Token|null
Get the next token from the message.