palindrome_check
Check whether a text string reads the same forwards and backwards. Returns true for palindromes such as 'radar' or 'level'.
Instructions
Check if text is a palindrome (reads same forwards and backwards).
Parameters:
text — Text to check for palindrome property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |