Regd. Regular expressions PyQt

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vishal@veriwave.com

    #1

    Regd. Regular expressions PyQt

    Hello All:
    I am trying to work out a regular expression in a PyQt environment for
    time in hh:mm:ss format. Any suggestions?
    Thanks,
    Vishal
  • Paddy

    #2
    Re: Regd. Regular expressions PyQt

    On Feb 3, 8:24 am, vis...@veriwave .com wrote:
    Hello All:
    I am trying to work out a regular expression in a PyQt environment for
    time in hh:mm:ss format. Any suggestions?
    Thanks,
    Vishal
    Yep,
    Use Kodos!
    regular expressions, python regular expressions, debugging regular expressions, developing regular expressions, develop regular expressions, debug regular expressions, python regex, python re, python gui regex, python gui regular expressions


    - It's Fab.

    - Paddy.

    Comment

    • David Boddie

      #3
      Re: Regd. Regular expressions PyQt

      On Saturday 03 February 2007 09:52, Paddy wrote:
      On Feb 3, 8:24 am, vis...@veriwave .com 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!
      regular expressions, python regular expressions, debugging regular expressions, developing regular expressions, develop regular expressions, debug regular expressions, python regex, python re, python gui regex, python gui regular expressions

      >
      - 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

      Comment

      Working...