> ## Documentation Index
> Fetch the complete documentation index at: https://kk-83bff226.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# isPalindromeCaseSensitive

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

## Signature

```typescript path=null start=null theme={null}
isPalindromeCaseSensitive(str: string): boolean
```

## Parameters

* **str**: `string` - The string to be checked.

## Returns

`boolean` - `true` if `str` is a palindrome, `false` otherwise.

## Source

Defined in [string.ts:99](https://github.com/koji/ichigyou/blob/main/src/string.ts#L99)
