Skip to content

Commit 491266f

Browse files
committed
Update README.md
Added str_swapcase to list of functions.
1 parent fd6a1a5 commit 491266f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The function names are prefixed with ``str_``. The following is a list of avail
2020
* **str_center** - Center a string to a specified width. The default character to fill in the centered string is a blank character.
2121
* **str_reverse** - Reverse a string.
2222
* **str_test** - Return .true. is a substring is found in a string, .false. otherwise.
23+
* **str_swapcase** - Swap the case of letters in a string.
2324

2425
All functions return a deferred-length, allocatable character scalar (``character(len=:), allocatable``) with the exception of **``str_count``** which returns an integer and **``str_test``** which returns a logical.
2526

0 commit comments

Comments
 (0)