I have a log file in a db. One of the columns is a target field that has the URL in it. I need to extract the extention xml from the url so I can count it and get my page views. I tried InStr {InternetLog.target}, ".xml" but it does not take only the xml lines. What do you recommend?