palindrome_check
Check whether a given text reads the same forwards and backwards. Verify palindrome property instantly with this utility.
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 |