On Feb 3, 8:59 am, [EMAIL PROTECTED] wrote:
> I am trying to use Kodos..but not getting thru'..dont know whats goin
> on..does anyone have a regular expression for time in hh:mm:ss
> -Vishal

Well, with just knowing the above, the following raw string when used
as a regular expression will capture the hh,mm,ss as groups 1,2,3
r'\b(\d\d):(\d\d):(\d\d)\b'

- Paddy

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to