<div class="gmail_extra">On Wed, Dec 5, 2012 at 5:04 PM, Ed Owens <span dir="ltr"><<a href="mailto:eowens0124@gmx.com" target="_blank">eowens0124@gmx.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im adL">>>> m =
    re.search(':\b(\w+\s+\d+,\s+\d+,\s+\d+:\d+.m\s+\w+)<',
    str(string))<br>
    >>> print m<br>
    None<br>
    >>> </div></blockquote></div><br>Okay, without the double-quote (it wasn't the colon that I was worried about, it was the double-quote), I believe the issue now is that you have a space in the string (after the colon), but \b is a zero-width match.  <br clear="all">
<br>-- <br>Brett Ritter / SwiftOne<br><a href="mailto:swiftone@swiftone.org" target="_blank">swiftone@swiftone.org</a><br>
</div>