I've got a string in which I need to find the starting point of the 2nd underscore:
BBBB_BBBBB_20100101.doc
I am trying to extract BBBB_BBBBB from the file name. Is there a built in function that I can use that will search a string for the 2nd occurence of a character? Almost like IndexOf?
BBBB_BBBBB_20100101.doc
I am trying to extract BBBB_BBBBB from the file name. Is there a built in function that I can use that will search a string for the 2nd occurence of a character? Almost like IndexOf?