{"ScriptPreparationCode":null,"TestCases":[{"Name":"_last","Code":"const url = \u0027https://bo.test.danim.com/template/list/item/aeda0cf9-4f25-4d93-ba14-f8d5635a2817\u0027;\r\nconst id = _.last(url.split(\u0027/\u0027));\r\nconsole.log(id);","IsDeferred":false},{"Name":"regex","Code":"const url = \u0027https://bo.test.danim.com/template/list/item/aeda0cf9-4f25-4d93-ba14-f8d5635a2817\u0027;\r\nconst regex = /\\/item\\/([a-z0-9-]\u002B)/;\r\nconst match = regex.exec(url);\r\nconst id = match[1];\r\nconsole.log(id);","IsDeferred":false}]}