ichigyou
    Preparing search index...

    Function isPalindromeCaseSensitive

    • Checks if a given string is a palindrome considering case sensitivity.

      Parameters

      • str: string

        The string to be checked.

      Returns boolean

      • true if str is a palindrome, false otherwise.