11 lines
160 B
Raku
11 lines
160 B
Raku
ASCII only
|
|
$ ./stringCodepointSplitterTest.exe abc
|
|
a
|
|
b
|
|
c
|
|
|
|
Still simple but not just ASCII
|
|
$ ./stringCodepointSplitterTest.exe «—»
|
|
«
|
|
—
|
|
»
|