Formateadores y código
Convertidor de saltos de línea
Convertidor de saltos de línea gratuito. Convierte entre Unix LF, Windows CRLF, Mac clásico CR, HTML <br>, listas separadas por comas o punto y coma. 100% del lado del cliente.
Nota del editor
Understanding · CRLF vs LF.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
Quick answers.
›What is the difference between LF and CRLF?
LF (Line Feed) is the standard line terminator for Unix, Linux, and modern macOS. CRLF (Carriage Return + Line Feed) is the legacy typewriter-style standard used by Windows systems.
›Can I convert a list into a single line?
Yes. Choose the 'Comma' or 'Space' option to replace all vertical line breaks with your preferred delimiter, turning a column of text into a single paragraph.
›How does this tool handle HTML line breaks?
The '<br>' option replaces standard newlines with HTML break tags, which is useful when pasting plain text into web editors or code that doesn't preserve whitespace.
›Is my text data secure?
Yes. The conversion logic is written in JavaScript and runs entirely inside your browser. No text is ever uploaded to a server or stored in a database.
La gente también busca
Herramientas relacionadas
More in this room.
- Probador de RegexPrueba expresiones regulares de JavaScript en vivo.
- Convertidor de CasoscamelCase, snake_case, kebab-case y más.
- Comparador de texto (Text Diff)Compara dos bloques de texto línea por línea.
- Contador de palabras y caracteresCuenta palabras, caracteres, frases, tiempo de lectura.
- Ordenar líneasOrdena líneas alfabéticamente, por longitud o numéricamente.
- Eliminar líneas duplicadasElimina líneas duplicadas conservando el orden original.