Update Strings
@@ -16,5 +16,9 @@ The examples below will only be using UTF-8 strings to demonstrate it's function
|
||||
|
||||
# Examples
|
||||
## Lower/Upper
|
||||
|
||||
### ToLower
|
||||
```cpp
|
||||
ehs::Str_8 str = "Hello World!";
|
||||
str.ToLower();
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user