e

hello all 
i have string that i need to parse something list that :
<form name="CustomerStatus" action="<% env.GetURI %>"
method="post"<$if(blah)%> name="<% env.get("StatusList") %>" ><% hello
%><input type="hidden" name="<% env.get("Operation") %>" value="">

now im selecting the the string part with lazy regexp selection : 

some thing like that : 

(<%.*?%>)

but now im stack if say i like to loop throw all the matching string
parts and do something with that selection and then put the modified
selection back to place ?

how can i ?

--
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