Update Strings

2025-11-20 09:51:50 -08:00
parent 810df8fdf9
commit 723e67787a

@@ -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!**
**Result:** _str_ = _"hello world!"_