Results 1 to 7 of 7

Thread: QRegExp match all excpet "_"

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanked 86 Times in 81 Posts

    Default Re: QRegExp match all excpet "_"

    Yes it's possible.

    Did you try to create such a regexp? But I would not use a regexp at all - just search the string for '_'

  2. The following user says thank you to ChristianEhrlicher for this useful post:

    mattia (28th March 2008)

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.