LCStr: Longest Common SubString

Description Usage Examples

View source: R/LCStr.r

Description

pass in 3 parameters, and returns the longest common substring arg1: string one arg2: string two arg3: minimum Length of the common substring.

Usage

1
  LCStr(aString, bString)

Examples

1
  LCStr("AABCC","BACCABC",1) returns "ABC"

Chrisfufu/LongestCommenSubString documentation built on May 12, 2020, 3:43 p.m.