{"ScriptPreparationCode":"const string = \u0022719cd2c5-f05c-40b2-9ca6-6b889d22e069:v23\u0022;","TestCases":[{"Name":"split","Code":"const [id, v] = string.split(\u0022:\u0022);","IsDeferred":false},{"Name":"match","Code":"const [,id, v] = string.match(/^([0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}):v(\\d\u002B)$/i);","IsDeferred":false},{"Name":"slice by 36 (UUIDv4)","Code":"const id = string.slice(0, 36);\r\nconst v = string.slice(38);","IsDeferred":false}]}