validation_is_palindrome
Checks whether a string reads the same forward and backward, respecting letter case. Use it to validate palindrome input with case-sensitive matching.
Instructions
Check whether a string is a case-sensitive palindrome.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |