Here is my regex i want to exclude string login_overlay but i am unable to exclude that string from my regex it capture the login string and passes the regex:
(^\/$|!login_overlay|login|welcome|register|password_forgot|terms|privacy|company_site|account_calendar|account_cancel|account_facebook|account_google|account_ical|account_language|account_outlook|account_password)
What am i doing wrong is there something wrong with my regex condition?