I'm using crystal 9 with a txt file. I have a field that contains urls and I need to extract the string between every "/" (not counting the "//" after "http:" or "https:"). Some urls might have one "/", some might have two "/" etc. so for something like:
I would want
2010
LIVING
07
27
Help is very appreciated.
I would want
2010
LIVING
07
27
Help is very appreciated.