Answers for "split string in php with newline"

PHP
2

php explode new line

$values = preg_split('/\r\n|\r|\n/', $myString);
Posted by: Guest on February-06-2021

Code answers related to "split string in php with newline"

Browse Popular Code Answers by Language