Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Check if one string is a substring of another.

by jbrugger (Parson)
on Feb 14, 2006 at 10:18 UTC ( [id://530075]=note: print w/replies, xml ) Need Help??


in reply to Check if one string is a substring of another.

To add to the next comments, if you want to see what string is longer, use length  length $st1 so you can check the longest one, as i understand you need that

#so you get something like this: my $index = 0; if ( lenght $str1 < length $str2 ) { $index= index $str2,str1; } else { $index= index $str1,str2; }


"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.

Log In?
Username:
Password:

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

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

    No recent polls found