{"ScriptPreparationCode":"const spaceRegex = / /g","TestCases":[{"Name":"replace","Code":"\u0022this is it\u0022.replace(/ /g, \u0022\u002B\u0022);","IsDeferred":false},{"Name":"replaceAll (regex)","Code":"\u0022this is it\u0022.replaceAll(/ /g, \u0022\u002B\u0022);","IsDeferred":false},{"Name":"replaceAll","Code":"\u0022this is it\u0022.replaceAll(\u0027 \u0027, \u0022\u002B\u0022);","IsDeferred":false},{"Name":"replace (precompiled)","Code":"\u0022this is it\u0022.replace(spaceRegex, \u0022\u002B\u0022);","IsDeferred":false},{"Name":"replaceAll (precompiled)","Code":"\u0022this is it\u0022.replaceAll(spaceRegex, \u0022\u002B\u0022);","IsDeferred":false}]}