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