line_count
Count total lines, non-empty lines, and blank lines in text input to analyze line structure.
Instructions
Count total lines, non-empty lines, and blank lines in text.
Parameters:
text — Text to count lines in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |