aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-LCSS/pkg-descr
blob: ef0851b8840d291a23b064cad40ba81d48c971f4 (plain) (blame)
1
2
3
4
5
6
String::LCSS provides the function "lcss" to ferret out the longest common
substring shared by two strings passed as arguments. undef is returned if
the susbstring length is one char or less.

When used in an array context, lcss will returns the indexi of the match root
in the two args.