I want to match the Property Name and Property value in the string below
#Property Name : Property Value
The Property Name and Property Value are single/multi-worded sentence with numbers and spaces only. No special characters in them.
I tried with (?<=#)(.*):(.*?) but it is not working. I read through many of the questions in this website and tried them, but none seemed to work.
I expect the answer to use QRegExp (RegEx class of Qt) of qt4