{"ScriptPreparationCode":"const pathstr = \u0022/abc/def/ghi/jkl\r\nconst regex = /[^\\/]\u002B/g;\r\n\r\nfunction regspl {\r\nif (pathstr == \u0022/\u0022) {\r\nreturn []\r\n} else {\r\nreturn pathstr.match(regex);\r\n}\r\n}","TestCases":[{"Name":"Split","Code":"pathstr.split(\u0027/\u0027).filter(s=\u003Es)","IsDeferred":false},{"Name":"Regex","Code":"regspl()","IsDeferred":false}]}