rmLcPostfix.RdrmLcPrefix 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.
#> [1] "ab" "cd"