get particular string using regex java

Posted by hussain on Stack Overflow See other posts from Stack Overflow or by hussain
Published on 2010-04-22T06:58:03Z Indexed on 2010/04/22 7:03 UTC
Read the original article Hit count: 301

Filed under:
|
|

i want to know how to get the string from group of string

 String j = "<a href=\"/watch?v=4Qx-lBqOqiQ&feature=popular\" onclick=\"\" onmousedown=\"yt.analytics.urchinTracker(\'/Events/Home/PersonalizedHome/POP/Logged_Out');\" ><span class=\"video-thumb video-thumb-220 \" id=\"video-thumb-4Qx-lBqOqiQ-8821469\"><img src=\"http://i1.ytimg.com/vi/4Qx-lBqOqiQ/hqdefault.jpg\" class=\"vimg220\"  alt=\"Dog Squirrel Chasing A Squirrel\" title=\"Dog Squirrel Chasing A Squirrel\"    onclick=\";yt.www.watch.watch5.IEshenanigans(event, this)\"><span class=\"video-time\"><span>1:08</span></span><span class=\"video-actions\"><button  class=\"yt-uix-button-short yt-uix-button yt-uix-button-arrowbutton\"    onclick=\"; return false;\"  type=\"button\"> <img class=\"yt-uix-button-arrow\" src=\"http://s.ytimg.com/yt/img/pixel-vfl73.gif\" alt=\"\"> hai</a>";

i want to get the string href=\"/watch?v=4Qx-lBqOqiQ&feature=popular\" and src=\"http://i1.ytimg.com/vi/4Qx-lBqOqiQ/hqdefault.jpg\"

thanks and advance

© Stack Overflow or respective owner

Related posts about java

Related posts about regex