{"ScriptPreparationCode":null,"TestCases":[{"Name":"Split String","Code":"const s = \u0022**Someone** is chopping with **__THREE CHAINSAW__**!! one of them in each hand, and the last one in their mouth\\n**Someone** got 73 \u003C:woodenlog:51465165165146516146541\u003E wooden log\u0022\r\ns.split(\u0022THREE CHAINSAW\u0022);\r\n","IsDeferred":false},{"Name":"Split Regex","Code":"const s = \u0022**Someone** is chopping with **__THREE CHAINSAW__**!! one of them in each hand, and the last one in their mouth\\n**Someone** got 73 \u003C:woodenlog:51465165165146516146541\u003E wooden log\u0022\r\ns.split(/(THREE CHAINSAW)/);","IsDeferred":false}]}