Hello,

I need to find all % characters in a string that are not element attributes. 
for syntax instance:

<div width="100%">some value%</div>

I need a regex that matches the % in value% but not in 100% because it is
within angle braces.

Is it possible or more complicated than regex?

TIA,

   -John

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to