Add jump for reverse case

This commit is contained in:
Cuttlerat 2019-06-09 18:12:21 +03:00
parent 187e5a1eca
commit 2894cee462
1 changed files with 1 additions and 0 deletions

View File

@ -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)