From: Unc88 Unc88 Date: 2010-08-07T23:22:26+09:00 Subject: Search on text I have a text ........ site.imageList = { images: [['http://site/1.jpg', 'http://site/2.jpg', 'http://site/3.jpg']] }; .............. I get this text through Nokogiri::HTML(open(@url)) Full text of this full page of the website is only part of which I need to get just that I need the values how I can get an array links ? # => [http://site/1.jpg', 'http://site/2.jpg', 'http://site/3.jpg] -- Posted via http://www.ruby-forum.com/.