{"ScriptPreparationCode":"var pattern = new RegExp(/(^\\/auth)(\\/((?!ui)([a-zA-Z]\u002B))\\/)((v\\d\\/)?)(login|logout$)/, \u0027g\u0027);","TestCases":[{"Name":"Includes","Code":"[\u0027/auth/ui/login\u0027, \u0027/auth/aam/v3/logout\u0027].includes(\u0027/auth/aam/v3/logout\u0027);","IsDeferred":false},{"Name":"Match","Code":"\u0027/auth/aam/v3/logout\u0027.match(pattern);","IsDeferred":false},{"Name":"Test","Code":"pattern.test(\u0027/auth/aam/v3/logout\u0027);","IsDeferred":false}]}