Hi Guys,<br><br>I want parse multiple line. with re.module, this is my given string <br><a href="http://dpaste.com/680760/" target="_blank">http://dpaste.com/680760/</a> I have try with re.compile module. I want parse two line mac address and channel,<br>


I have done with for mac address finding <br><br>r = re.compile("^Searching for OPUSH on (\w\w(:\w\w)+)")<br><br>for channel finding <br><br>device_r = re.compile("^Channel: (\d+)")<br><br>the two parsing string working. but I want combine two pattern in to one.<br>


<br>This is my code<br><a href="http://www.bpaste.net/show/21323/" target="_blank">http://www.bpaste.net/show/21323/</a><br><br>please guide me .<br><br><br>-Ganesh<br> <br clear="all">Did I learn something today? If not, I wasted it.<br>