{"ScriptPreparationCode":"var url = \u0022https://normalsozluk.com/b/normal-sozluk-yazarlarindan-ingilizce-mizah-paylasimlari--262427?page=40\u0022;\r\nvar match = \u0022normalsozluk.com/yazar/\u0022;\r\nvar startswith = 0;\r\nvar indexof = 0;\r\nvar regex = 0;","TestCases":[{"Name":"startswith","Code":"for (let i = 0; i \u003C 10000; \u002B\u002Bi) {\r\n\tif (url.startsWith(match)) {\r\n\t\t\u002B\u002Bstartswith;\r\n\t}\r\n}\r\n","IsDeferred":false},{"Name":"indexof","Code":"for (let i = 0; i \u003C 10000; \u002B\u002Bi) {\r\n\tif (url.indexOf(match) != -1) {\r\n\t\t\u002B\u002Bindexof;\r\n\t}\r\n}\r\n","IsDeferred":false},{"Name":"regex","Code":"for (let i = 0; i \u003C 10000; \u002B\u002Bi) {\r\n\tif (/^https:\\/\\/normalsozluk\\.com\\/b\\//.test(match)) {\r\n\t\t\u002B\u002Bregex;\r\n\t}\r\n}","IsDeferred":false}]}