{"ScriptPreparationCode":"var text = \u0027/test/abcd/\u0027","TestCases":[{"Name":"get last element of path: split","Code":"text.split(\u0027/\u0027).filter(s =\u003E s)","IsDeferred":false},{"Name":"get last element of path: regex","Code":"text.match(/([^/]\u002B)\\/?$/)","IsDeferred":false}]}