rmLcPrefix.RdrmLcPrefix removes the longest common prefix
from a vector of strings.
rmLcPrefix(x, ignore.case = FALSE)
| x | a vector of character strings | 
|---|---|
| ignore.case | 
A character string vector having the longest common prefix removed.
#> [1] "bcd" "bef" "qwe"