About string
-
I have a string ,if somethings happen in my applicaion it ends with "AND" statement,I check if it ends with "AND" with
EndWith()
,if return true I want to remove "AND",I can't do it withRemove()
,because I don't know the starting position. How can I manage this operation? Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975 -
I have a string ,if somethings happen in my applicaion it ends with "AND" statement,I check if it ends with "AND" with
EndWith()
,if return true I want to remove "AND",I can't do it withRemove()
,because I don't know the starting position. How can I manage this operation? Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975