Return true if a string reads the same forwards and backwards (case-insensitive).
true
Example:
Input: str = "racecar" Output: true