{"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.split","Code":"string.split(regex).filter(x =\u003E x)","IsDeferred":false},{"Name":"Regex.match","Code":"string.match(regex)","IsDeferred":false}]}