{"ScriptPreparationCode":"var string = \u0022hello\u0022;\r\nvar regex = /^Hello$/i;","TestCases":[{"Name":"Regex","Code":"regex.test(string);","IsDeferred":false},{"Name":"String","Code":"\u0022hello\u0022.toLowerCase() == string","IsDeferred":false}]}