Categories

Newline Normalizer

Normalize and unify newline characters in text to consistent line ending format

Choose the line ending format to normalize to

Remove lines that contain only whitespace or are completely empty

Remove spaces and tabs from the end of each line

Display detailed statistics about line ending normalization

API Documentation

Request Endpoint

POST /en/api/tools/newline-normalizer

Request Parameters

Parameter Name Type Required Description
textInput textarea Yes -
targetFormat select Yes Choose the line ending format to normalize to
removeEmptyLines checkbox No Remove lines that contain only whitespace or are completely empty
trimSpaces checkbox No Remove spaces and tabs from the end of each line
showStats checkbox No Display detailed statistics about line ending normalization

Response Format

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Text: Text

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-newline-normalizer": {
      "name": "newline-normalizer",
      "description": "Normalize and unify newline characters in text to consistent line ending format",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=newline-normalizer",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]