Answers for "php remove slash from end of string"

PHP
0

php remove slash from string

echo preg_replace('/\\\\/', '', $var);
Posted by: Guest on October-18-2021

Code answers related to "php remove slash from end of string"

Browse Popular Code Answers by Language