I am trying to write a regex that accepts url with pathname of the form
/exmaple/XXXXX
Here,XXXXX can be a string of alphanumeric keywords but it should not be "create" or "add".
I have created the regex for accepting alphanumeric but I am unable to find a way to add exceptions of "create" or "add".