Question
cf extract substring after url
While loopong through query results I am trying to extract the page name from a url.
From this sample url ------- http://www.cnn.com/sports.cfm
I want to extract the name sports.cfm only
or
From this sample url ------- http://www.msnbc.com/shows.asp
I want to extract the name shows.asp only
