I am trying to extract
/motors/motorhomes-caravans/caravans/
from
http://www.domain.co.uk/town-name/motors/motorhomes-caravans/caravans/
This is my regex - (it works as it should on regex101 testeer
=RegexpFind(url,"http://www.domain.co.uk/[a-z]+/(.*)")
Using this regexpfind just returns the whole url - any ideas?