Hoping you guys can help me out, I have a dynamic url and I need some javascript to basically trim the string after the specific occurance of a character.
EXAMPLE:
I have this url
Assessment/testdir2/TestDIR3/lecture slides 1as.pdf
and I need to remove everything after the 2nd slash and including the 2nd slash,
how would I do this?
