{"ScriptPreparationCode":null,"TestCases":[{"Name":"String.includes","Code":"const testStrFirst = \u0027http://www.google.com\u0027;\r\ntestStrFirst.includes(\u0022localhost\u0022) \u0026\u0026 testStrFirst.includes(\u0022https\u0022)","IsDeferred":false},{"Name":"Single Match","Code":"const testStrFirst = \u0027http://www.google.com\u0027;\r\ntestStrFirst.match(/(https|localhost)/);","IsDeferred":false},{"Name":"Multiple Match","Code":"const testStrFirst = \u0027http://www.google.com\u0027;\r\ntestStrFirst.match(/https/) \u0026\u0026 testStrFirst.match(/localhost/);","IsDeferred":false}]}