Hello
any body can help me with a ReqExp for any number of white spaces...
I tried "[//s]" but this match one space. .
I Have a qStringList f.e = " xxxxxx xxxxxx xxxxx xxx xx"
I want to split each word by the spaces
when i tried QSl.splite("")
this give me a QStringList has each word but also has empty Strings.
so how can i have a QStringList with onlyt the words. im tryin to use the white space regexp to split my qstringlist.
thanks


Reply With Quote


Bookmarks