pangram_check
Check if a string contains every letter of the alphabet (A-Z). Ideal for verifying text completeness in puzzles or typography testing.
Instructions
Check if text is a pangram (contains every letter of alphabet).
Parameters:
text — Text to check for pangram property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |