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