{"ScriptPreparationCode":"var txt = \u0027path.to.split.into.array\u0027;","TestCases":[{"Name":"String","Code":"let result = txt.split(\u0027.\u0027);","IsDeferred":false},{"Name":"Regex","Code":"let result = txt.split(/\\./);","IsDeferred":false}]}