{"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 sensetiveRegex = /unknown/i;\r\nvar insensetiveRegex = /unknown/;","TestCases":[{"Name":"RegEx.test","Code":"sensetiveRegex.test(string);","IsDeferred":false},{"Name":"RegEx.test insesetive","Code":"insensetiveRegex.test(string.toLowerCase())","IsDeferred":false}]}