Update Strings
@@ -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!";
|
ehs::Str_8 str = "Hello World!";
|
||||||
str.ToLower();
|
str.ToLower();
|
||||||
```
|
```
|
||||||
**str** = **hello world!**
|
**Result:** _str_ = _"hello world!"_
|
||||||
|
|||||||
Reference in New Issue
Block a user