Ok, thank you so much Konstantin for the hint, I will check that. It’s going to
be very helpful.
Regards and thank you again
David
Envoyé depuis Windows Mail
De : Nye
Envoyé : lundi 28 décembre 2015 00:43
À : david.carmon...@gmail.com
Cc : interest@qt-project.org
Hello
Hello David,
No problem. QRegularExpression is PCRE (perl-compatible reg ex) so you
could use https://regex101.com with (php-pcre on the left) to check your
patterns against a sample string, and even you get an explanation on the
right what is done/matched. Not everything (as syntax) is supported i
Hi Nye,
In fact, my regular expression was wrong. Yours works like a charm. I
appreciate your help. Thank you so much 😊
Regards
David
Envoyé depuis Windows Mail
De : Nye
Envoyé : lundi 28 décembre 2015 00:23
À : david.carmon...@gmail.com
Cc : interest@qt-project.org
Hello,
Your regular expression is very strange. You have a character class with
two symbols and then you don't have a capture group? Maybe try this:
"(?<=\\s)c:\\s?(.*)$"
Kind regards.
On Mon, Dec 28, 2015 at 12:42 AM, wrote:
> I am currently trying to extract the following chain of character:
I am currently trying to extract the following chain of character:
This is a rectangle. Its height is 193, its width is 193 and the word number is
12.
from the following line:
ID: 1 x: 1232 y: 2208 w: 193 h: 390 wn: 12 ln: 13 c: This is a rectangle. Its
height is 193, its width is 193 and t