{"ScriptPreparationCode":null,"TestCases":[{"Name":"includes (start of input)","Code":"const str = \u0022https://www.google.com/this/is/a/long/url/and/we/are/going/to/try/to/find/the/start/of/it\u0022\r\nstr.includes(\u0022https\u0022)","IsDeferred":false},{"Name":"includes (end of input)","Code":"const str = \u0022https://www.google.com/this/is/a/long/url/and/we/are/going/to/try/to/find/the/end-of-it\u0022\r\nstr.includes(\u0022end-of-it\u0022)","IsDeferred":false},{"Name":"startsWith (start of input)","Code":"const str = \u0022https://www.google.com/this/is/a/long/url/and/we/are/going/to/try/to/find/the/start/of/it\u0022\r\nstr.startsWith(\u0022https\u0022)","IsDeferred":false},{"Name":"startsWith (end of input)","Code":"const str = \u0022https://www.google.com/this/is/a/long/url/and/we/are/going/to/try/to/find/the/end-of-it\u0022\r\nstr.startsWith(\u0022end-of-it\u0022)","IsDeferred":false}]}