2016-12-16 19:02:02 +01:00
|
|
|
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.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/String-LCSS
|