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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ 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
23
+
All functions return a deferred-length, allocatable character scalar (``character(len=:), allocatable``) with the exception of **``str_count``** which returns an integer.
24
+
23
25
## Requirements
24
26
25
27
* Fortran compiler (tested with gfortran 4.8.4 and later)
0 commit comments