in reply to Detecting whether forward slash is present in string
Have you tried a Regex to find out if either string1 ends or string2 begins with a slash?
Or substringed the last and first characters and done an eq comparison?
Cheers, Sören