How To Strip Windows Newlines in PHP

$text = str_replace("\r", "", $text);
$text = str_replace("\r", "", $text);
Categories: How-To's, Technology Tags: convert, dos, howto, Newline, newlines, php, Strip, tips
Copyright © 2005-2025 Eric Michael Stone | Random Thoughts, Whims and Fancies…. Powered by WordPress
Leave Your Comment
All fields marked with "*" are required.