On Saturday 03 February 2007 09:52, Paddy wrote:

> On Feb 3, 8:24 am, [EMAIL PROTECTED] wrote:

>> I am trying to work out a regular expression in a PyQt environment for
>> time in hh:mm:ss format. Any suggestions?
> 
> Yep,
> Use Kodos!
> http://kodos.sourceforge.net/
> 
> - It's Fab.

There's also a Python port of the Regular Expressions example from Qt
in the PyQt source distribution, though it's not as feature complete
as Kodos, obviously. :-)

Vishal should probably start by trying one of these tools, typing
something like

  (\d\d):(\d\d):(\d\d)

into the regular expression (or pattern) field.

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

Reply via email to