Results 1 to 6 of 6

Thread: split camel case string

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: split camel case string

    Quote Originally Posted by GrahamLabdon View Post
    This solution works but the split gives me 3 strings in the list the first of which is empty
    Yes, and that is the reason why I passed QString::SkipEmptyParts ad a second parameter to the split function!

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

    GrahamLabdon (2nd February 2011)

Similar Threads

  1. Replies: 7
    Last Post: 6th February 2017, 19:10
  2. How to split a string line
    By grsandeep85 in forum Newbie
    Replies: 5
    Last Post: 29th July 2009, 10:42
  3. How to split a string line
    By grsandeep85 in forum Qt Programming
    Replies: 2
    Last Post: 29th July 2009, 10:28
  4. how to split a class ?
    By mimmo_kallon in forum Newbie
    Replies: 0
    Last Post: 8th April 2008, 11:37
  5. QString split()
    By ShaChris23 in forum Newbie
    Replies: 4
    Last Post: 3rd May 2007, 04:10

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.