forum

Home / DeveloperSection / Forums / Replacing link tag using regex

Replacing link tag using regex

Anonymous User188514-Oct-2013

I'm using java. And i want to find then replace hyperlink and anchor text of tag <a> html. I knew i must use: replace() method but i'm pretty bad about regex. An example:

<a href="http://example.com">anchor text 1</a>

will be replaced by:

<a href="http://web.com">anchor text 2</a>

Could you show my the regex for that purpose?

Thanks a lot.


Updated on 14-Oct-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By