Answers for "trim quotes from string php"

PHP
1

php remove quotes from string

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

Code answers related to "trim quotes from string php"

Browse Popular Code Answers by Language