string.commonPrefix: Find the Longest Common Prefix of a Set of Strings

Description Usage Arguments Value

View source: R/commonPrefix.R

Description

For a set strings of strings, this method returns the longest common prefix. Inspired by http://stackoverflow.com/questions/27470481/ and http://stackoverflow.com/questions/26285010

Usage

1

Arguments

strings

the strings

Value

the longest common prefix string


thomasWeise/utilizeR documentation built on May 30, 2019, 11:48 a.m.