palindrome_checker
Check if a word or phrase reads the same forwards and backwards, with an option to ignore spaces.
Instructions
Check if a word or phrase is a palindrome (reads the same forwards and backwards).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Word or phrase to check | |
| ignore_spaces | No | Ignore spaces when checking |