Please help I need an regular expressions that can get any other string except specific one, for example I set the specific one to be "abc", then any other string like "bac", "cbaad", etc can be accept, but if "abc", no.
hope that make sense, thank you.