Stringr
Hadley Wickham
This release deprecates
str_like(ignore_case) and changes the behaviour of str_replace_all() for function replacements. It also introduces str_ilike() for case-insensitive SQL-like pattern matching, three new case conversion functions (str_to_camel(), str_to_snake(), and str_to_kebab()), and preserves names in all relevant functions.
Read more ...2025/11/04
Hadley Wickham
It’s been a long three years but a new version of stringr is now on CRAN! This release includes a bunch of small but useful new functions and some increased consistency with the rest of the tidyverse.
Read more ...
2022/12/05

