Answers for "php remove characters from beginning of string if it is slash"

PHP
0

php remove slash from string

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

Code answers related to "php remove characters from beginning of string if it is slash"

Browse Popular Code Answers by Language