stringfish
stringfish copied to clipboard
Add more functions
Thank you for the package. I hope the project will live a long time.
It would be nice to add the following functions in the package:
- the
baseanalogs:- [x]
sf_starts(startsWith) - [x]
sf_ends(endsWith) - [x]
sf_trim(trimws) - [x]
sf_upper(tolower) - [x]
sf_lower(toupper) - [x]
sf_split(strsplit) - [x]
sf_match(match)
- [x]
- other useful:
- [ ]
sf_remove(asgsub("pattern", "", x))
- [ ]
s/strats/starts/ I presume?
Definitely! Lots of functions that can be added :)
Another suggestion: sf_chartr()