You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The function names are prefixed with ``str_``. The following is a list of avail
20
20
***str_center** - Center a string to a specified width. The default character to fill in the centered string is a blank character.
21
21
***str_reverse** - Reverse a string.
22
22
***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.
23
24
24
25
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.
0 commit comments