Help for this page

Select Code to Download


  1. or download this
    $arr[0..$count] = $url =~ /(^http:\/\/.*?)\?(?:([\w\d]*=)(?:.*[&]{1,})
    +)*/gi;
    
  2. or download this
    @arr = ($url =~ /(^http:\/\/.*?)\?(?:([\w\d]*=)(?:.*[&]{1,}))*/gi);