Answers for "ghow to cut the end of a string by 3 letters"

PHP
2

php substr remove last 4 characters

echo substr($string, 0, -3);
Posted by: Guest on October-24-2020

Code answers related to "ghow to cut the end of a string by 3 letters"

Browse Popular Code Answers by Language