I'm trying to get the fields of a file that looks like this:
name 00 "helo-WORLD.01 " "pass " FF000000 DD111111
I'm tryign to do it with QRegExp but I dont find the regular expression that matches everything between blanks or everything inside "".
For the quotes I was trying sth like
\"[A-Za-z\\-\\.0-9]\"
but it doesnt work either.
Thank you for any support!!