I have a following string "url":"gangafresh.com", an other example "url":"someexample.com", So I need to copy those strings with urls to an array. I gues I have to use regular expression, but the problem is I can't figureout wich one will do the job. Please help...
You can use the following expression to capture the urls:
/"url":"(\S+)"/g