is there some variant of the Mid function that returns a characters to the left of the starting position intead of to the right?

I know I can find the starting point of a sub-string then strip off that sub-string and everything to the right of it, then simply use the Right function to obtain what I'm looking for, but I thought a Mid function that runs to the left would be easier.

Thanks,

Gary Willick