{"ScriptPreparationCode":"var testString = \u0027subdomain.awesome.com\u0027;\r\n\r\nvar result = null;","TestCases":[{"Name":"endsWith","Code":"testString.endsWith(\u0027awesome.com\u0027) == true","IsDeferred":false},{"Name":"regexMatch","Code":"testString.match(/(subdomain|another).awesome.com/g).length \u003E 0","IsDeferred":false}]}