{"ScriptPreparationCode":"var text = \u0027--bing\u0027;","TestCases":[{"Name":"Substring","Code":" text = text.substring(2, text.length);","IsDeferred":false},{"Name":"Slice","Code":" text = text.slice(2, text.length);","IsDeferred":false},{"Name":"Substr","Code":" text = text.substr(2, text.length);","IsDeferred":false},{"Name":"Replace","Code":"text = text.replace(\u0022--\u0022, \u0022\u0022)","IsDeferred":false},{"Name":"ReplaceAll","Code":"text = text.replaceAll(\u0022--\u0022, \u0022\u0022)","IsDeferred":false}]}