From b0bd2a4ad1e6fe38a26124e8cbf53d8987aac510 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Thu, 20 Nov 2025 10:11:48 -0800 Subject: [PATCH] Update Strings --- Strings.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Strings.md b/Strings.md index e5763ec..0f939c6 100644 --- a/Strings.md +++ b/Strings.md @@ -15,7 +15,6 @@ The examples below will only be using UTF-8 strings to demonstrate it's function - **Str_8** - UTF-8 encoded string # Examples -## Lower/Upper ### ToLower This method will turn all English alphabetic characters into their lower case equivalent on the current object. ```cpp