Top "Qregexp" questions

QRegExp is a Qt class that provides the functionality of regular expressions.

Regular expression for double values using QRegExp

I am writing a regular expression checker for QLineEdit and I am using QRegExp. I have already wrote a int …

regex qt qregexp
Is there any difference between QRegularExpression and QRegExp?

I see there is a new class for regular expressions - QRegularExpression. Is it just a typedef for QRegExp, or …

c++ qt qt5 qregexp
Qt remove regular expression from string

I have a QString that I have replaced "=" and"," with " ". Now I would like to write a regular expression that …

qt qstring qregexp
How to get a first word of from a Qstring

I want to get first word of a Qstring. For example String1 = "Read from file1". I want to extract string2 = "…

qt qstring qregexp