Skip to content

Commit a26e4ed

Browse files
committed
Update README.md
1 parent 21aa93c commit a26e4ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ 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

23+
All functions return a deferred-length, allocatable character scalar (``character(len=:), allocatable``) with the exception of **``str_count``** which returns an integer.
24+
2325
## Requirements
2426

2527
* Fortran compiler (tested with gfortran 4.8.4 and later)

0 commit comments

Comments
 (0)