Details
-
Technical task
-
Resolution: Unresolved
-
P2: Important
Description
function escapeRegExpChars(string : string) { return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); }
:-1: error: MLDoubleSpinBox.qml:251:9: Could not compile function escapeRegExpChars: Instruction "generate_MoveRegExp" not implemented
Attachments
Issue Links
- is duplicated by
-
QTBUG-112609 qmlsc: Support RegExp
- Reported