Update Strings

2025-11-20 11:34:29 -08:00
parent c4922b2752
commit 9360f242e6

@@ -27,6 +27,7 @@ ehs::Str_8 a = "Hello World!";
ehs::UInt_64 b = a.Size(true); ehs::UInt_64 b = a.Size(true);
``` ```
**Result:** b == 12 **Result:** b == 12
**Note:** The size in bytes is the same as the size in characters because ASCII is only one byte. **Note:** The size in bytes is the same as the size in characters because ASCII is only one byte.
### ToLower ### ToLower