Results 1 to 6 of 6

Thread: FindOneOf equalant in Qt

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2007
    Location
    India/Bangalore
    Posts
    156
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    26
    Thanked 1 Time in 1 Post

    Thumbs up Re: FindOneOf equalant in Qt

    using indexof() we can pass only character,

    For my need regular expression is needed,

    Thank you for your reply, and suggestions,

    Now i got clear picture.
    Thanks,
    Rajesh.S

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: FindOneOf equalant in Qt

    Quote Originally Posted by rajeshs View Post
    using indexof() we can pass only character,

    For my need regular expression is needed,
    Not quite. You can call indexOf multiple times with different characters and obtain the same result as with using a regular expression.

Similar Threads

  1. FindOneOf equalant in Qt
    By rajeshs in forum Qt Programming
    Replies: 2
    Last Post: 3rd December 2007, 11:59

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.