{"ScriptPreparationCode":"string = \u0027This is string with \u0022some quotes\u0022 and another \u0022quotes\u0022\u0027;","TestCases":[{"Name":"split","Code":"string.split(\u0027\u0022\u0027)\r\n .map((part, index) =\u003E (index % 2 === 0 ? part : \u0060\u00AB${part}\u00BB\u0060))\r\n .join(\u0027\u0027)","IsDeferred":false},{"Name":"replace","Code":"string.replace(/(\u0022)(.*?)(\u0022)/g, \u0027\u00AB$2\u00BB\u0027)","IsDeferred":false}]}