Merge pull request #65 from Cuttlerat/master

Add jump for reverse case
This commit is contained in:
black 2019-06-09 18:15:29 +03:00 committed by GitHub
commit e3e73ba302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)