GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
String::LCSS(3) User Contributed Perl Documentation String::LCSS(3)

String::LCSS - Find The Longest Common Substring of Two Strings.

  require String::LCSS;
  my $longest = String::LCSS::lcss ( "zyzxx", "abczyzefg" );
  print $longest, "\n";

  my @result = String::LCSS::lcss ( "zyzxx", "abczyzefg" );
  print "$result[0] ($result[1],$result[2])\n";

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.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

None presently known.

Daniel Yacob, Yacob@EthiopiaOnline.Net <mailto:Yacob@EthiopiaOnline.Net>
2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.