clean_remove_numbers
Clean text by removing all numbers. Strips digits from input to leave only alphabetic and symbolic characters, preserving readability and structure.
Instructions
Remove all numbers from text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |