{"ScriptPreparationCode":null,"TestCases":[{"Name":"split","Code":"\tconst str = \u00222023-08-21_06-06-05;LAeq:94.0 LCeq:94.0 LCpk:97.7\u0022;\r\n\tconst firstSplit = str.split(\u0022 \u0022);\r\n\tconst afterSecondSplit = firstSplit[1].split(\u0022:\u0022)[1];","IsDeferred":false},{"Name":"substring","Code":"\tconst str = \u00222023-08-21_06-06-05;LAeq:94.0 LCeq:94.0 LCpk:97.7\u0022;\r\n\tlet s = str.search(\u0022LCeq\u0022) \u002B 5;\r\n\tconst sub = str.substring(s, s \u002B 4);","IsDeferred":false}]}