{"ScriptPreparationCode":null,"TestCases":[{"Name":"replace regex","Code":"\u0022string--with--dashes\u0022.replace(/--/g, \u0022-\u0022);","IsDeferred":false},{"Name":"replace All","Code":"\u0022string--with--dashes\u0022.replaceAll(\u0022--\u0022, \u0022-\u0022);","IsDeferred":false}]}