Hello all,

I have a question about regular expresions and newlines. I have the next
part in my result:
==================
<div style="width:100%; height:100%;" id="sourcefield-5251"
class="is_no_sourcefield" onclick="
                                                                    
guestFieldOnOff('5251',
'C5FBDD23BD31S84D2CA4_nrm','general','true');
                                                                      ">
                                                                  &nbsp;
                                                                  <span
class="guestfield_id_of_source"></span>
</div>
==================


I've used the next regex but this is not the right one:
(?s)(<div style="width:100%; height:100%;" id="(.*?)" class="(.*?)"
onclick="(.*?)guestFieldOnOff\('(\d+)',
'(.*?)','(.*?)','(.*?)'\);(.*?)(.*?)">(.*?)(.*?)&nbsp;(.*?)(.*?)<span
class="guestfield_id_of_source">(\d+)</span>(.*?)</div>)

JMeter will freeze after I want to use the regex

I hope someone know that I did wrong and will help me with that ;-)

Regards,
Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to