RegEx to Shorten TripAdvisor Restaurant Review URLs
what RegEx can be used to shorten a TripAdvisor Restaurant Review URL from:
Constructing a regex which will not match if a certain string is present
I am trying to create a regex to match a URL. It should match any URL, unless it contains the string /wp-* (where * is any one or more characters)