in reply to regex a url
$bar = "http://www.merchandisemarket.net/shop/s_images/aaa_small.gif"; @foo = split(/\//, $bar); $foocount = @foo; $filename = $foo[$foocount];
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Regex a URL
by tadman (Prior) on Oct 06, 2002 at 05:36 UTC | |
Re: Re: regex a url
by diotalevi (Canon) on Oct 06, 2002 at 03:16 UTC |