{"ScriptPreparationCode":null,"TestCases":[{"Name":"replace with global regexp","Code":"\u0022i want to replace all the spaces in this string\u0022.replace(/ /g, \u0022_\u0022);","IsDeferred":false},{"Name":"replaceAll","Code":"\u0022i want to replace all the spaces in this string\u0022.replaceAll(\u0022 \u0022, \u0022_\u0022);","IsDeferred":false},{"Name":"split-join","Code":"\u0022i want to replace all the spaces in this string\u0022.split(\u0022 \u0022).join(\u0022_\u0022);","IsDeferred":false}]}