{"ScriptPreparationCode":null,"TestCases":[{"Name":"indexOf","Code":"var found = \u0027High chance of stuff falling from the sky!\u0027.slice(0, 4).toLowerCase().indexOf(\u0027high\u0027) \u003E -1;","IsDeferred":false},{"Name":"Regex","Code":"var found = \u0027High chance of stuff falling from the sky!\u0027.match(/^(high)(.*)/i);","IsDeferred":false},{"Name":"equals","Code":"found = \u0027High chance of stuff falling from the sky!\u0027.slice(0, 4).toLowerCase() === \u0027high\u0027;","IsDeferred":false}]}