gibberish_detect
Check whether text contains gibberish or random strings. Helps identify meaningless content for data cleaning or validation.
Instructions
Detect if text appears to be gibberish or random strings.
Parameters:
text — Text to check for gibberish content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |