search for: thisisnam

Displaying 1 result from an estimated 1 matches for "thisisnam".

Did you mean: thisisname
2010 Nov 17
2
Regexp question
I have a vector like this: a <- c("thisIsName", "thisIsAlsoName", "andThisName") How to break this into pieces and produce a vector with unique parts: this Is Name Also and This -J