{"ScriptPreparationCode":null,"TestCases":[{"Name":"replace regex","Code":"const testString = \u0022this is it\u0022;\r\ntestString.replace(/ /g, \u0022\u002B\u0022);","IsDeferred":false},{"Name":"replace regex with if","Code":"const testString = \u0022this is it\u0022;\r\nif (testString.includes(\u0022 \u0022)) {\r\n \u0022this is it\u0022.replace(/ /g, \u0022\u002B\u0022);\r\n}","IsDeferred":false}]}