is_palindrome
Check if text is a palindrome.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to check | |
| ignore_case | No | Ignore case | |
| ignore_spaces | No | Ignore spaces |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| is_palindrome | Yes |