I know the trim function will take off any leading or trailing empty spaces, but is there a way of testing 2 strings to see if they connect, without using the trim function, so if i have string1_ and _string1, is there anyway of showing that they are equal without using the trim function?? thanks!