File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# stringr 1.3.1.9000
22
33* ` str_interp() ` now renders lists consistently independent on the presence of
4- additional placeholders (@amhrasmussen )
4+ additional placeholders (@amhrasmussen ).
55
6- * ` str_subset() ` , ` str_detect() ` , and ` str_which() ` gets ` negate ` argument,
6+ * New ` str_starts() ` and ` str_ends() ` functions to detect patterns at the
7+ beginning or end of strings (@jonthegeek , #258 ).
8+
9+ * ` str_subset() ` , ` str_detect() ` , and ` str_which() ` get ` negate ` argument,
710 which is useful when you want the elements that do NOT match (#259 ,
811 @yutannihilation ).
912
1013* New ` str_to_sentence() ` function to capitalize with sentence case
11- (@jonthegeek , #202 )
12-
13- * New ` str_starts() ` and ` str_ends() ` functions to detect patterns at the
14- beginning or end of strings (@jonthegeek , #258 )
14+ (@jonthegeek , #202 ).
1515
1616# stringr 1.3.1
1717
You can’t perform that action at this time.
0 commit comments