.pairwiseLCPrefix {StructuralVariantAnnotation} | R Documentation |
vectorised pairwise longest common prefix Returns the length of the longest common prefix for each string pair
.pairwiseLCPrefix(s1, s2, ignore.case = FALSE)
s1, s2 |
A pair of strings. |
ignore.case |
Whether cases in the strings should be ignored. |
The length of the longest common prefix for each string pair.