search for: phrase1

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

Did you mean: phrase
2009 Feb 13
0
Odp: Odp: extracting parts of words or extraxting letter to use in ifelse-func.
..."San" Did you read what I wrote about ***exact*** match? > > Do you know how to do that? phrase <- "If you want to discover Sun from some phrase you has to use regular expressions" > regexpr("Sun", phrase) [1] 25 attr(,"match.length") [1] 3 phrase1 <- "If you want to discover blah from some phrase you has to use regular expressions" ph <- c(phrase, phrase1) ph [1] "If you want to discover Sun from some phrase you has to use regular expressions" [2] "If you want to discover blah from some phrase you has to use...