I have the following strings having pattern which given below:
1)click on http://www.google.com
2) click onhttp://www.google.com".
3) click on www.google.com
4) click onwww.google.com
5) click on www.google.com#xyz
6) click onwww.google.com#xyz
I need to convert all these string to below manner with using of regular expression:
click on <a href="http://www.google.com" target="_blank">http://www.google.com</a>
click onhttp://www.google.com
click on <a href="http://www.google.com" target="_blank">www.google.com</a>
click onwww.google.com
click on <a href="http://www.google.com#xyz" target="_blank">www.google.com#xyz</a>
click onwww.google.com