{"ScriptPreparationCode":"var str = \u0022asdfgdf,gdf,foobar,sdfs,dfasdf\u0022;","TestCases":[{"Name":"string.indexOf()","Code":"var res = str.indexOf(\u0022foobar\u0022);","IsDeferred":false},{"Name":"array split and includes","Code":"var res = str.split(\u0022,\u0022).includes(\u0022foobar\u0022);","IsDeferred":false}]}