So I have same basic String like s = "Michael", and what i'm trying to do is when some name is entered like michael that last 2 characters delete "el" and new chars like "em" gets added to the entered word so the result is "Michaem" ? thanks
Printable View
So I have same basic String like s = "Michael", and what i'm trying to do is when some name is entered like michael that last 2 characters delete "el" and new chars like "em" gets added to the entered word so the result is "Michaem" ? thanks
Here's the answer --> http://www.javaprogrammingforums.com...ipulation.html
Duplicate post. Thread locked.