Answers for "remove the outer quotes of the string php"

PHP
0

php remove quotes

str_replace('"', "", $string);
Posted by: Guest on January-13-2021

Code answers related to "remove the outer quotes of the string php"

Browse Popular Code Answers by Language