Answers for "if text equal to length then display else display only 100 characters"

PHP
1

php trim string if longer than

substr($str,0,50);
Posted by: Guest on January-30-2020

Code answers related to "if text equal to length then display else display only 100 characters"

Browse Popular Code Answers by Language