Skip to content

Commit

Permalink
Update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Aug 23, 2010
1 parent 7923df8 commit 6608641
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion TODO
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

0 comments on commit 6608641

Please sign in to comment.