{"ScriptPreparationCode":"var string = \u0022Hello world!\u0022;\r\nvar regex = new RegExp(\u0027hello\u0027, \u0027i\u0027);;","TestCases":[{"Name":"RegEx.test","Code":"regex.test(string);","IsDeferred":false},{"Name":"String.includes","Code":"string.toUpperCase().includes(\u0022hello\u0022.toUpperCase());","IsDeferred":false}]}