{"ScriptPreparationCode":"var string = \u0022Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\u0027s standard dummy text ever since the 1500s, when an Unknown printer took a galley of type and scrambled it to make a type specimen book.\u0022;\r\nvar regex = /unknown/i;","TestCases":[{"Name":"RegEx.test","Code":"regex.test(string);","IsDeferred":false},{"Name":"String.includes","Code":"string.toLowerCase().includes(\u0022unknown\u0022);","IsDeferred":false},{"Name":"String.match","Code":"string.match(regex);","IsDeferred":false}]}