{"ScriptPreparationCode":null,"TestCases":[{"Name":"Replace Regex","Code":"\u0022test of a lot of spaces\u0022.replace(/\\s\u002B/g,\u0022\u0022)","IsDeferred":false},{"Name":"ReplaceALL","Code":"\u0022test of a lot of spaces\u0022.replaceAll(\u0022 \u0022,\u0022\u0022)","IsDeferred":false}]}