From 5b827c7aea1e9d66a33e53ef33ff935718a57c22 Mon Sep 17 00:00:00 2001 From: "Tan, Kian-ting" Date: Sun, 27 Aug 2023 01:57:02 +0800 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b594034 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# stringCodepointSplitter + +Split a string to a list of strings of a character by the unicode codepoint. + +It requires module Uutf. + +for documantations, see `docs`