use regex for get values java
Posted
by zahir
on Stack Overflow
See other posts from Stack Overflow
or by zahir
Published on 2010-03-31T08:16:01Z
Indexed on
2010/03/31
8:33 UTC
Read the original article
Hit count: 424
i want to how to get separate text from group of contents in java..
example
String a = "area href=\"hai.com\" jkjfkjs </area> ndkjfkjsdfj dfjkdsjfl jkdf dljflsd fljdf kd;fsd a href=\"hoo.com\" sdf</a> jisdjfi jdojfis joij";
i would like to get href link only..
how to write regex..
thanks and advance
© Stack Overflow or respective owner