Skip to content

Commit 228d01d

Browse files
committed
added new functions to list of functions
1 parent 5c036b4 commit 228d01d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ TidierStrings.jl currently supports:
4949
- `str_to_lower()`
5050
- `str_to_title()`
5151
- `str_to_sentence()`
52+
- `str_c`
5253
- `str_dup()`
5354
- `str_length()`
5455
- `str_width()`
@@ -64,6 +65,7 @@ TidierStrings.jl currently supports:
6465
- `str_locate_all()`
6566
- `str_conv`
6667
- `str_like`
68+
- `str_wrap`
6769
- `word()`
6870

6971
## Examples

docs/src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This package includes:
2020
- `str_to_lower()`
2121
- `str_to_title()`
2222
- `str_to_sentence()`
23+
- `str_c`
2324
- `str_dup()`
2425
- `str_length()`
2526
- `str_width()`
@@ -35,4 +36,5 @@ This package includes:
3536
- `str_locate_all()`
3637
- `str_conv`
3738
- `str_like`
39+
- `str_wrap`
3840
- `word()`

0 commit comments

Comments
 (0)