Name : perl-String-Substrings
| |
Version : 0.02
| Vendor : PLD
|
Release : 2
| Date : 2002-09-07 18:56:33
|
Group : Development/Languages/perl
| Source RPM : perl-String-Substrings-0.02-2.src.rpm
|
Size : 0.01 MB
| |
Packager : PLD bug tracking system ( http://bugs_pld_org_pl/ )
| |
Summary : String::Substrings - module to extract some/all substrings from a string
|
Description :
This module has only one method substrings. It is called as substrings STRING [,LENGTH]. Without a length specification, it returns all substrings with a length of 1 or greater including the string itselfs. The substrings returned are sorted for the length (starting with length 1) and for their index. E.g. substrings \"abc\" returns (\"a\",\"b\",\"c\",\"ab\",\"bc\",\"abc\"). This order is guaranteed to stay even in future versions. That also includes that the returned list of substrings needn\'t be unique. E.g. substrings \"aaa\" returns (\"a\",\"a\",\"a\",\"aa\",\"aa\",\"aaa\").
|
RPM found in directory: /vol/rzm3/linux-pld/dists/ra/PLD/i386/PLD/RPMS |