Skip to content

Commit 362c69d

Browse files
authored
Merge pull request #18 from cecoeco/main
organized package files and added str_c and str_wrap functions
2 parents f3a4669 + 6a17a70 commit 362c69d

File tree

9 files changed

+611
-542
lines changed

9 files changed

+611
-542
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)