here are two hints...
1)you can get the length of a string.
2)you can find any character from a string given its position using chatAt(int).
try yourself first and post errors.
Originally posted by lekshminair
dears can u help me
remove last letter in a string.
eg: arises in this string remove only last 's'
ouput:arise
Comment