From 2894cee462ac00faa10b92cb9e0249c183f53ba0 Mon Sep 17 00:00:00 2001 From: Cuttlerat Date: Sun, 9 Jun 2019 18:12:21 +0300 Subject: [PATCH] Add jump for reverse case --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68aa428..1e6a0eb 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ See something incorrectly described, buggy or outright wrong? Open an issue or s * [Split a string on a delimiter](#split-a-string-on-a-delimiter) * [Change a string to lowercase](#change-a-string-to-lowercase) * [Change a string to uppercase](#change-a-string-to-uppercase) + * [Reverse a string case](#reverse-a-string-case) * [Trim quotes from a string](#trim-quotes-from-a-string) * [Strip all instances of pattern from string](#strip-all-instances-of-pattern-from-string) * [Strip first occurrence of pattern from string](#strip-first-occurrence-of-pattern-from-string)