opnsense-ports/textproc/p5-String-LCSS/pkg-descr
Franco Fichtner 65a742671f */*: sync with upstream
Taken from: FreeBSD
2016-12-18 10:25:29 +01:00

8 lines
335 B
Text

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.
WWW: http://search.cpan.org/dist/String-LCSS/