Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Match and Extract String with Regex

by lima1 (Curate)
on Nov 17, 2007 at 16:58 UTC ( [id://651423]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub lcss2 {
        my ($s, $t) = @_; 
    ...
    #    warn Dumper \@L;
        return join '*', @ret;
    }
    
  2. or download this
    my $s1 = '6'x 200 . 'zyzxx';
    my $s2 = '5'x 200 . 'abczyzefg';
    ...
        'String::LCSS' => sub { String::LCSS::lcss( $s1, $s2 ) },
        'dynprog' => sub { lcss2( $s1, $s2 )},
    });
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://651423]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-20 01:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found