Answers for "remove all \r\n php array"

PHP
7

undo local commit

$ git reset --soft HEAD~1
Posted by: Guest on April-09-2020
0

how remove \r\n from string in php

$text = preg_replace("/\r|\n/", "", $text);
Posted by: Guest on January-30-2021

Browse Popular Code Answers by Language