[Interest] Javascript: regex: no /s flag support?

ivan tkachenko me at ratijas.tk
Fri Nov 26 00:16:44 CET 2021


On Friday, November 26, 2021 1:55:47 AM MSK Alexander Dyagilev wrote:
> This is C++ code. I know that QRegularExpression does support 's' flag.
> I was asking about javascript...

Surprisingly, QML is implemented in C++. And aforementioned QV4 is the 
JavaScript engine by Qt. That's why I digged down through the code to show 
that there are simply missing two flags on QV4 side comparing to Qt Core C++ 
API.

-- 
ivan (@ratijas)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20211126/57a192a3/attachment.sig>


More information about the Interest mailing list