I am using the below regex : ^(?!.*(ab1-canary|cd1-staging|cf-ab1-canary)).*$ ; This works well in python but fails to do so in GO language. Could you please help me in getting the right regex for GO.
^(?!.*(ab1-canary|cd1-staging|cf-ab1-canary)).*$
Regards, Rohith