Update Strings

2025-11-20 09:50:49 -08:00
parent a23206785a
commit 810df8fdf9

@@ -21,4 +21,4 @@ The examples below will only be using UTF-8 strings to demonstrate it's function
ehs::Str_8 str = "Hello World!";
str.ToLower();
```
**str** = **hello world!**