File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ TidierStrings.jl currently supports:
49
49
- ` str_to_lower() `
50
50
- ` str_to_title() `
51
51
- ` str_to_sentence() `
52
+ - ` str_c `
52
53
- ` str_dup() `
53
54
- ` str_length() `
54
55
- ` str_width() `
@@ -64,6 +65,7 @@ TidierStrings.jl currently supports:
64
65
- ` str_locate_all() `
65
66
- ` str_conv `
66
67
- ` str_like `
68
+ - ` str_wrap `
67
69
- ` word() `
68
70
69
71
## Examples
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ This package includes:
20
20
- ` str_to_lower() `
21
21
- ` str_to_title() `
22
22
- ` str_to_sentence() `
23
+ - ` str_c `
23
24
- ` str_dup() `
24
25
- ` str_length() `
25
26
- ` str_width() `
@@ -35,4 +36,5 @@ This package includes:
35
36
- ` str_locate_all() `
36
37
- ` str_conv `
37
38
- ` str_like `
39
+ - ` str_wrap `
38
40
- ` word() `
You can’t perform that action at this time.
0 commit comments