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