Answers for "remove forward slash from string end in php"

PHP
0

php remove slash from string

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

Code answers related to "remove forward slash from string end in php"

Browse Popular Code Answers by Language