Longest common prefix of a set of strings.
common_prefix(x)
x
A character vector that is the longest common substring at the start of each of the input vectors.
Useful links