Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.1
-
d3672f6de (dev), 2cdfa40b4 (6.9), 62c0b8e66 (6.8)
-
framework-content 1, framework-content 2
Description
QML Value Types do not list regexp as a value type. Anyhow, it is a valid type in QML:
Window { property regexp matcher: /ab+c/ .... }