Re: loop throw perl regexp selection

2006-08-29 Thread D. Bolliger
Meir Yanovich am Dienstag, 29. August 2006 11:41: > e > > hello all Hello Meir Yanovich > i have string that i need to parse something list that : > method="post"<$if(blah)%> name="<% env.get("StatusList") %>" ><% hello > %>" value=""> > > now im selecting the the string part with lazy regexp s

loop throw perl regexp selection

2006-08-29 Thread Meir Yanovich
e hello all i have string that i need to parse something list that : name="<% env.get("StatusList") %>" ><% hello %>" 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 matchin