{"ScriptPreparationCode":"var strIn = \u0027vendor:MARKETPLACETEST\u0027;\r\nvar strOut = \u0027\u0027;\r\n\r\n","TestCases":[{"Name":"substring and indexOf","Code":"strOut = strIn.substring(\u0027vendor:\u0027.length);","IsDeferred":false},{"Name":"replace","Code":"strOut = strIn.replace(\u0027vendor:\u0027, \u0027\u0027);","IsDeferred":false}]}