Answers for "turn a string into array in php by removing quotes"

PHP
1

php remove quotes from string

str_replace(['"',"'"], "", $text)
Posted by: Guest on October-25-2021

Code answers related to "turn a string into array in php by removing quotes"

Browse Popular Code Answers by Language