Ebay API – regex filter for list of words until nth occurence of character
I have a Dataframe with urls. I have a blacklist with words to filter these urls. No I want to filter these urls until the third occurence of /. So for example: http://example.com/abc/def/ Here I would like to filter only…