I need to extract parts of some project names, but can't use Left(str, length) since the number of characters to extract are different. I would need it to do somehting like this:
if projectname = www
if projectname = do not include from / and on
if projectname = yyy then yyy
if projectname = yyy/zzzz, do not include from / and on
Any help would be much appreciated!
if projectname = www
if projectname = do not include from / and on
if projectname = yyy then yyy
if projectname = yyy/zzzz, do not include from / and on
Any help would be much appreciated!