You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# stringr (development version)
2
2
3
+
* All relevant stringr functions now preserve names (@jonovik, #575).
3
4
* New `vignette("locale-sensitive")` about locale sensitive functions (@kylieainslie, #404)
4
5
* New `str_ilike()` that follows the conventions of the SQL ILIKE operator (@edward-burn, #543).
5
6
*`str_like(ignore_case)` is deprecated, with `str_like()` now always case sensitive to better follow the conventions of the SQL LIKE operator (@edward-burn, #543).
0 commit comments