stringCodepointSplitter/test/stringCodepointSplitter.t
2023-08-29 15:38:23 +02:00

11 lines
160 B
Raku

ASCII only
$ ./stringCodepointSplitterTest.exe abc
a
b
c
Still simple but not just ASCII
$ ./stringCodepointSplitterTest.exe «»
«
»