{"ScriptPreparationCode":null,"TestCases":[{"Name":"split","Code":"var a=s.split(re);\r\nvar i,l=a.lenght,w;\r\nfor(i=0;i\u003Cl;i\u002B\u002B){\r\n\tw=a[i];\r\n};","IsDeferred":false},{"Name":"for loop","Code":"var i,l=s.lenght,w,lsp=-1;\r\nfor(i=0;i\u003Cl;i\u002B\u002B){\r\n\tif(re.test(s.charAt(i))){\r\n \tw=s.slice(lsp\u002B1,i);\r\n lsp=i\r\n }\r\n};\r\n","IsDeferred":false}]}