Text Normalize Whitespace
Normalizes whitespace, line endings, tabs, and invisible spacing characters.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
text | text | Yes | Text |
collapse_blank_lines | boolean | Yes | Collapse blank lines |
Outputs
| Name | Type | Description |
|---|---|---|
result | text | Result |
work | array | Work |
Sample request
{
"text": "A\t\tB \n\nC",
"collapse_blank_lines": true
}