HELP NEEDED ... Regd. Regular expressions PyQt

Diez B. Roggisch deets at nospam.web.de
Sat Feb 3 06:36:54 EST 2007


vishal at veriwave.com schrieb:
> Hello All:
> I am trying to work out a regular expression in a PyQt environment for
> time in hh:mm:ss format. Any suggestions?

Yes. Read the manual to the re-module. There is _nothing_ special about 
PyQt and regexes. And provide code. But the most important thing - read 
this:


http://www.catb.org/~esr/faqs/smart-questions.html

Diez



More information about the Python-list mailing list