Greetings All
Could someone help me figure out a working model to trim a
file being offered as a string in a URL?
Example: strFileUrl =
http://www.web.com/doc.doc so that
something like strTrimmedURL (variable) would be available?
The goal would be for strTrimmedURL to = doc.doc
Please advise.
J