{"ScriptPreparationCode":"var str = \u0027live_dlick_product_caunt_blias\u0027","TestCases":[{"Name":"lodash","Code":"_.camelCase(str)","IsDeferred":false},{"Name":"javascript","Code":"str.split(\u0022-\u0022).map((item, index) =\u003E index ? item.charAt(0).toUpperCase() \u002B item.slice(1).toLowerCase() : item).join(\u0022\u0022);","IsDeferred":false},{"Name":"regex javascript","Code":"function camelize(str) {\r\n return str.replace(/(?:^\\w|[A-Z]|\\b\\w)/g, (word, index) =\u003E {\r\n return index === 0 ? word.toLowerCase() : word.toUpperCase()\r\n })\r\n}","IsDeferred":false}]}