anagram_check
Determine if two texts are anagrams by comparing their character compositions. Useful for word games, checkspelling, and linguistic analysis.
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 |