how to extract valid urls from a web response text
how to extract valid urls from web response text and put them in a string array. should i use regular expressions for this.
what would be regular expression formaula to find links starting with httP:\\ to find http links in a web response.
|