Re: Splitting URL into Patterns

2011-07-13 Thread Jim Gibson
On 7/13/11 Wed Jul 13, 2011 8:53 AM, "AKINLEYE" scribbled: > please I need to split a bunch of URL into their respective domain name > like abcd.com , it path direcory like /~bert/build/ , it's Argument > constitutent like uid =1 > > Take for example > msprogram.cn/update/ld.php?ld.php&id=19

Re: Splitting URL into Patterns

2011-07-13 Thread Shlomi Fish
Hi Akinleye, On Wed, 13 Jul 2011 16:53:35 +0100 AKINLEYE wrote: > please I need to split a bunch of URL into their respective domain name > like abcd.com , it path direcory like /~bert/build/ , it's Argument > constitutent like uid =1 > > Take for example > msprogram.cn/update/ld.php?ld.php&i

Splitting URL into Patterns

2011-07-13 Thread AKINLEYE
please I need to split a bunch of URL into their respective domain name like abcd.com , it path direcory like /~bert/build/ , it's Argument constitutent like uid =1 Take for example msprogram.cn/update/ld.php?ld.php&id=1936&rs=1765405346&cc=0&uid=1 I need the first match to be mspgroam.cn The D