I have a huge list of URL's, in the format:
- http://www.example.com/dest/uk/bath/
- http://www.example.com/dest/aus/sydney/
- http://www.example.com/dest/aus/
- http://www.example.com/dest/uk/
- http://www.example.com/dest/nor/
What RegEx could I use to get the last three URL's, but miss the first two, so that every URL without a city attached is given, but the ones with cities are denied?
Note: I am using Google Analytics, so I need to use RegEx's to monitor my URL's with their advanced feature. As of right now Google is rejecting each regular expression.