{"ScriptPreparationCode":"var line = \u0027LSD|*|1|*|4185|*|4185|*|487|*|1337|*|Metabolic Disease Enzyme Replacement, Severe Comb Immune Def*~*\u0027\r\nvar nthIndex = function(str, pat, n) {\r\n\tvar i;\r\n for (i = 0; n \u003E 0 \u0026\u0026 i !== -1; n -= 1) {\r\n\t\ti = str.indexOf(pat, i ? (i \u002B 1) : i);\r\n }\r\n return i;\r\n};","TestCases":[{"Name":"Old","Code":" var parsedLine = line.substring(line.indexOf(\u0027|*|\u0027, (line.indexOf(\u0027|*|\u0027) \u002B 3)) \u002B 3).replace(/\\\\/g, \u0027\u0027)\r\n return parsedLine;","IsDeferred":false},{"Name":"New","Code":" var parsedLine = line.substring(nthIndex(line, \u0027|*|\u0027, 2) \u002B 3).replace(/\\\\/g, \u0027\u0027)\r\n return parsedLine;","IsDeferred":false}]}