{"ScriptPreparationCode":"window.idregex = /^(?\u003Ctype\u003Eshared)(?\u003Cid\u003E.*)$/\r\nwindow.str = \u0027shared:dfhalsdkfjhasldfiuyo324987\u0027;","TestCases":[{"Name":"Regex","Code":"const match = str.match(idregex)\r\nconst type = match?.groups.type;\r\nconst id = match?.groups.id\r\n","IsDeferred":false},{"Name":"starts with and slice","Code":"const type = \u0027shared\u0027;\r\nstr.startsWith(type)\r\nconst id = str.slice(\u0027shared\u0027.length)\r\n","IsDeferred":false}]}