Skip to content

Commit 21aa93c

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

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ fortran-strings is a Fortran library and module which contains functions for com
1010

1111
The 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

0 commit comments

Comments
 (0)