[Solved] Removing the end of a string
Posted: Wed Feb 23, 2005 12:48 pm
sorry guys, last one for today, promise!
String one: "billybobjoeisthecoolestguyever"
String two: "isthecoolestguyever"
Desired String: "billybobjoe"
I know that the desired string will be the first string minus the second string.
does anyone know how to remove the second string from the end of the first?
String one: "billybobjoeisthecoolestguyever"
String two: "isthecoolestguyever"
Desired String: "billybobjoe"
I know that the desired string will be the first string minus the second string.
does anyone know how to remove the second string from the end of the first?