File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ fortran-strings is a Fortran library and module which contains functions for com
1010
1111The function names are prefixed with `` str_ `` . The following is a list of available functions:
1212
13- * str_count - Count the occurrences of a substring in a string.
14- * str_replace - Replace a substring with another substring within a parent string.
15- * str_upper - Convert all letters to uppercase.
16- * str_lower - Convert all letters to lowercase.
17- * str_split - Split string based on a character delimiter and return string given by the column number.
18- * str_uniq - Removed duplicative entries from a \b delimited string.
19- * str_zfill - Pad a string with zeroes ("0") to specified width. If width is <= input string width, then the original string is returned.
20- * str_center - Center a string to a specified width. The default character to fill in the centered string is a blank character.
21- * str_reverse - Reverse a string.
13+ * ** str_count** - Count the occurrences of a substring in a string.
14+ * ** str_replace** - Replace a substring with another substring within a parent string.
15+ * ** str_upper** - Convert all letters to uppercase.
16+ * ** str_lower** - Convert all letters to lowercase.
17+ * ** str_split** - Split string based on a character delimiter and return string given by the column number.
18+ * ** str_uniq** - Removed duplicative entries from a \b delimited string.
19+ * ** str_zfill** - Pad a string with zeroes ("0") to specified width. If width is <= input string width, then the original string is returned.
20+ * ** str_center** - Center a string to a specified width. The default character to fill in the centered string is a blank character.
21+ * ** str_reverse** - Reverse a string.
2222
2323## Requirements
2424
You can’t perform that action at this time.
0 commit comments