9 lines
317 B
Text
9 lines
317 B
Text
t=: 'one^|uno||three^^^^|four^^^|^cuatro|'
|
|
|
|
tokenize t
|
|
┌───────┬┬───────┬────────────┬┐
|
|
│one|uno││three^^│four^|cuatro││
|
|
└───────┴┴───────┴────────────┴┘
|
|
|
|
$tokenize t
|
|
5
|