Advertisement

07.23.2008 at 06:08AM PDT, ID: 23588311
[x]
Attachment Details

Prefix/Suffix stuff to href elemenst using Regex

Asked by debuchakrabarty in Java Programming Language

Tags: ,

Hi,

I am looking for a help regarding using Java Regex.

My requirement is to convert all "href"s in an HTML chunk so as to prefix and suffix some stuff on it. For example: <a href="http://google.com">Google</a> should become <a href="javascript:myJSFunction('http://google.com')">Google</a>, again I have to take care of scenario where User types the URL as <a href='http://google.com'>Google</a> or <a href=http://google.com>Google</a>.

The tricky part is that I only want href elements to be converted so <a href="http://google.com"><img src="http://myserver.com/logo.gif"></a> should also get converted to <a href="javascript:myJSFunction('http://google.com')"><img src="http://myserver.com/logo.gif"></a>, meaning the pattern shouldn't just look for all occurances of http:// only.

Thanks for your time and help,

DebashishStart Free Trial
 
 
[+][-]07.23.2008 at 06:25AM PDT, ID: 22069045

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.23.2008 at 11:31AM PDT, ID: 22072356

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Java Programming Language
Tags: Sun, Java
Sign Up Now!
Solution Provided By: CEHJ
Participating Experts: 2
Solution Grade: A
 
 
[+][-]07.23.2008 at 11:33AM PDT, ID: 22072378

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.09.2008 at 04:35PM PDT, ID: 22433428

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]09.14.2008 at 05:34AM PDT, ID: 22472185

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628