Title: Message
Hi,
 
i am a newbie to this ..
 
"<img\\s*([^>]*)\\s*>" is my Regex in java  .. it works fine in parsing <img src="javascript:void(0);" value =10>
 
if my string to be checked is <img src="<%=Value%>" value=10> if fails ( because it has seen a > in  src="<%=Value%> " ) .
 
Help me  in replacing [^>]* such away that it allows %> and stops only in >
 
regards,
srini sk
 
**************************Disclaimer************************************************

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***************************************************************************************

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to