[Development] QRegExp Lookbehind

2012-11-30 Thread victor . li
Hi, Anyone knows if QRegExp supports positive/negative lookbehind or not with Qt5 beta 2? I tried with lookahead which is supported, but I am not sure about lookbehind. Thanks. Victor Ce message, ainsi que tous les fichiers joints à ce message, peuvent contenir des informations sensibles

Re: [Development] QRegExp Lookbehind

2012-11-30 Thread Richard Moore
Use QRegularExpression in Qt5 then you get full PCRE. Cheers Rich. On 30 November 2012 19:17, victor...@legrand.com.cn wrote: Hi, Anyone knows if QRegExp supports positive/negative lookbehind or not with Qt5 beta 2? I tried with lookahead which is supported, but I am not sure about

Re: [Development] QRegExp Lookbehind

2012-11-30 Thread Thiago Macieira
On sexta-feira, 30 de novembro de 2012 12.17.46, victor...@legrand.com.cn wrote: Hi, Anyone knows if QRegExp supports positive/negative lookbehind or not with Qt5 beta 2? I tried with lookahead which is supported, but I am not sure about lookbehind. QRegExp in Qt 5 supports exactly the