Which string method is used to implement the following: 1. To count the number of characters in the string.
Which string method is used to implement the following:
1. To count the number of characters in the string.
2. To change the first character of the string in capital letter.
3. To check whether given character is letter or a number.
4. To change lowercase to uppercase letter.
5. Change one character into another character.
4 views