length() method
This method will provide you with the string length. It will return the total character count within the provided string.
Method implementation-
Syntax-
Example-
Output-
This method will provide you with the string length. It will return the total character count within the provided string.