{"ScriptPreparationCode":"string = \u0022This is a benchmark to test if matching a regex is faster that splitting a string\u0022;\r\nregex = /\\S\u002B/gi;","TestCases":[{"Name":"String.split1","Code":"string.split(\u0022 \u0022).filter(Boolean)","IsDeferred":false},{"Name":"Regex.match1","Code":"string.match(/[^,]\u002B/g)","IsDeferred":false}]}