NEWS.md
strex
2.0.1str_glue()
where str_glue_data()
should have been used.strex
1.6.12023-10-30str_detect_any()
and str_detect_all()
.strex
1.6.02023-01-21magrittr
’s %<>%
operator.rlang::abort()
error message formatting.strex
1.4.02020-10-10str_trim_anything()
got a speedup.str_match_arg()
now has better error messaging.strex
1.1.02019-06-15pattern
argument of str_trim_anything()
now supports regular expression.strex
1.0.02019-05-04str_split_by_nums()
has been renamed to str_split_by_numbers()
for consistency with str_extract_numbers()
.str_get_currencies()
has been renamed to str_extract_currencies()
and been greatly improved.str_get_currency()
has been replaced by str_nth_currency()
with siblings str_first_currency()
and str_last_currency()
.str_match_arg()
has been updated to behave more like base::match_arg()
.str_elems()
has been added. It is a vectorized version of str_elem()
.str_first_number()
more versatile than as.numeric()
since as.numeric("1,000")
returns NA
but str_first_number("1,000")
returns the number 1000.