Skip to content

Commit

Permalink
updated to README and index.md to include new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cecoeco committed May 11, 2024
1 parent 951cf02 commit 1c279c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ TidierStrings.jl currently supports:
- `str_equal()`
- `str_to_upper()`
- `str_to_lower()`
- `str_to_title()`
- `str_to_sentence()`
- `str_to_dup()`
- `str_to_length()`
- `str_to_width()`
- `str_to_trim()`
- `str_subset()`

## Examples
Expand Down
6 changes: 6 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ This package includes:
- `str_equal()`
- `str_to_upper()`
- `str_to_lower()`
- `str_to_title()`
- `str_to_sentence()`
- `str_to_dup()`
- `str_to_length()`
- `str_to_width()`
- `str_to_trim()`
- `str_subset()`

0 comments on commit 1c279c3

Please sign in to comment.