{"ScriptPreparationCode":"let regex = /^hello.*$/,\r\n str = \u0027aaaaaaaaaaaaaaaaaaaaaaaaahelloaaaaaaaaaaaaaaaaaaaa\u0027,\r\n str2 = \u0027helloaaaaaaaaaaaaaaaaaaaaaaaaa\u0027","TestCases":[{"Name":"regex","Code":"regex.test(str)\r\nregex.test(str2)","IsDeferred":false},{"Name":"startswith","Code":"str.startsWith(\u0027hello\u0027)\r\nstr2.startsWith(\u0027hello\u0027)","IsDeferred":false}]}