Stringr: Modern, Consistent String Processing
暂无分享,去创建一个
String processing is not glamorous, but it is frequently used in data cleaning and preparation. The existing string functions in R are powerful, but not friendly. To remedy this, the stringr package provides string functions that are simpler and more consistent, and also fixes some functionality that R is missing compared to other programming languages.
[1] A. Salomaa. Regular expression , 2003 .
[2] Jeffrey E. F. Friedl. Mastering Regular Expressions , 1997 .