2 lines
79 B
Perl
2 lines
79 B
Perl
|
|
print "'$_'\n" for tokenize("one^|uno||three^^^^|four^^^|^cuatro|", '|', '^');
|