| rmLcPostfix | R Documentation |
rmLcPrefix removes the longest common postfix
from a vector of strings.
rmLcPostfix(x, ignore.case = FALSE)
x |
a vector of character strings |
ignore.case |
A character string vector having the longest common postfix removed.
Tomas Sieger
rmLcPrefix, lcPostfix
rmLcPostfix(c('abab','cdab'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.