forked from tidyverse/stringr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
* update tests to new structure | ||
* add NAMESPACE | ||
|
||
* rename str_replace to str_replace_all, and add str_replace | ||
* add string <- as.character(string) to all functions | ||
* add examples to str_replace and str_replace_all | ||
* str_pad change argument name to side | ||
* str_trim add side argument | ||
* new invert_match function | ||
* return locations as integers | ||
* negative values in str_sub | ||
* replacement version of str_sub (str_sub<-) | ||
|
||
* vectorise with respect to pattern | ||
* implement fixed and ignore.case functions |