Signature
path=null start=null
Parameters
- str:
string- The string to be checked.
Returns
boolean - true if str is a palindrome, false otherwise.
Checks if a given string is a palindrome considering case sensitivity.
string - The string to be checked.boolean - true if str is a palindrome, false otherwise.