Answers for "remove char from beginning and end of string PHP"

PHP
6

php pop off the first character of string

$str = substr($str, 1);
Posted by: Guest on September-10-2020

Code answers related to "remove char from beginning and end of string PHP"

Browse Popular Code Answers by Language