anagram_check
Check if two texts are anagrams by comparing their character composition.
Instructions
Check if two texts are anagrams of each other.
Parameters:
text_a — First text to compare.
text_b — Second text to compare.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_a | Yes | ||
| text_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |