I need to remove two characters from the end of the string.
So:
string = "Hello Marco !"
must be
Hello Marco
How can I do it?
See Question&Answers more detail:osI need to remove two characters from the end of the string.
So:
string = "Hello Marco !"
must be
Hello Marco
How can I do it?
See Question&Answers more detail:os