Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* New `str_ilike()` that follows the conventions of the SQL ILIKE operator (@edward-burn, #543).
* New `str_to_camel()`, `str_to_snake()`, and `str_to_kebab()` for changing "programming" case (@librill, #573 + @arnaudgallou, #593).

## Minor bug fies and improvements
## Minor bug fixes and improvements

* `str_*` now errors if `pattern` includes any `NA`s (@nash-delcamp-slp, #546).
* `str_dup()` gains a `sep` argument so you can add a separator between every repeated value (@edward-burn, #564).
Expand Down
Loading