shan rast wrote:
Campbell Ritchie wrote:
Please tell us how you solved the problem, so others can learn from your experience.shan rast wrote:Thanks i got it but i have new problem i have posted a new post please give a solutionn for that
Pattern p1 = Pattern.compile("<h2[^>]*>"+".*?<a >]*>"+"([^<]+)"+"</a[^>]*>");
this is the pattern and now you just need to call the second group which will give the names of the author
Campbell Ritchie wrote:
Please tell us how you solved the problem, so others can learn from your experience.shan rast wrote:Thanks i got it but i have new problem i have posted a new post please give a solutionn for that
Rob Prime wrote:Also, please Use Code Tags.