RSS reader returns
Submitted by
<a href="http://www.reddit.com/user/guiness_as_usual">
guiness_as_usual
</a><br/>
<a href="https://www.spaceglasses.com/">
[link]
</a>
<a href="http://www.reddit.com/r/technology/comments/1kmdom/meta_glasses_become_a_real_life_iron_man/">
[242 comments]
</a>
What I have to do is catch 2nd and 3rd href attribute into 2 different variables. I have to do this in JavaScript. Does anyone have idea how to capture these 2 values using regexp JavaScript?
// EDIT I'm looking exactly for this but in Javascript http://rubular.com/r/ESRimQsZHc I want to be able to catch result[0], result[1] and result[2].