trinker / qdapRegex

qdapRegex is a collection of regular expression tools associated with the qdap package that may be useful outside of the context of discourse analysis.
50 stars 4 forks source link

`rm_caps_phrases` removes only up to 2 at a time. #11

Closed trinker closed 9 years ago

trinker commented 9 years ago
rm_caps_phrase("I want TO SEE HOW IT GOES", extract=TRUE)

Returns...

[[1]]
[1] "TO SEE" "HOW IT" "GOES"