.pairwiseLCPrefix {StructuralVariantAnnotation}R Documentation

vectorised pairwise longest common prefix Returns the length of the longest common prefix for each string pair

Description

vectorised pairwise longest common prefix Returns the length of the longest common prefix for each string pair

Usage

.pairwiseLCPrefix(s1, s2, ignore.case = FALSE)

Arguments

s1, s2

A pair of strings.

ignore.case

Whether cases in the strings should be ignored.

Value

The length of the longest common prefix for each string pair.


[Package StructuralVariantAnnotation version 1.6.0 Index]