{"ScriptPreparationCode":"var string = \u0022Hello world!\u0022;\r\nvar regex = /Hello1/i;","TestCases":[{"Name":"RegEx.test","Code":"regex.test(string);","IsDeferred":false},{"Name":"String.includes","Code":"string.toLowerCase().includes(\u0022Hello1\u0022);","IsDeferred":false}]}