From 5200bf8541a909fed07d9a84bb3d5e0dac60f3c7 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Thu, 20 Nov 2025 09:03:39 -0800 Subject: [PATCH] Update Strings --- Strings.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Strings.md b/Strings.md index fe0f479..d54a233 100644 --- a/Strings.md +++ b/Strings.md @@ -6,6 +6,14 @@ The best part about this library's strings, is that they come feature packed wit Not to toot my own horn, but I personally have enjoyed using my own string implementation the best out of any language's support libraries, and I think you will too. +The examples below will only be using UTF-8 strings to demonstrate it's functionality, but everything is 1:1 between all three of the encodings. + +# Classes + +- **Str_32** - UTF-32 encoded string +- **Str_16** - UTF-16 encoded string +- **Str_8** - UTF-8 encoded string + # Examples ## To Lower/Upper