Answers for "php convert string into array using newline"

PHP
5

php explode new line

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

Code answers related to "php convert string into array using newline"

Browse Popular Code Answers by Language