Formattatori e Codice
Convertitore di interruzioni di riga
Convertitore di interruzioni di riga gratuito. Converti tra Unix LF, Windows CRLF, classico Mac CR, HTML <br>, elenchi separati da virgola o punto e virgola. 100% lato client.
Nota dell'editore
Understanding · CRLF vs LF.
Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.
Domande frequenti
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.
Le persone cercano anche
Strumenti correlati
More in this room.
- Tester RegexTesta le espressioni regolari JavaScript in tempo reale.
- Convertitore di Maiuscole/MinuscolecamelCase, snake_case, kebab-case e altro.
- Confronto TestiConfronta due blocchi di testo riga per riga.
- Contatore Parole e CaratteriConta parole, caratteri, frasi, tempo di lettura.
- Ordina RigheOrdina le righe alfabeticamente, per lunghezza o numericamente.
- Rimuovi Righe DuplicareRimuovi righe duplicate mantenendo l'ordine originale.