{"ScriptPreparationCode":null,"TestCases":[{"Name":"regex","Code":"/^[a-z0-9]\u002B([-.][a-z0-9]\u002B)*\\.[a-z]{2,18}$/.test(\u0022google.com\u0022)","IsDeferred":false},{"Name":"URL","Code":"try {\r\n new URL(\u0027https://google.com\u0027);\r\n} catch(e) {\r\n console.error(e); \r\n}","IsDeferred":false}]}