Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php cut string

$words = "Hello Coders ! vote on grepper";
$output = substr($words, 0, 10);
 
PREVIOUS NEXT
Tagged: #php #cut #string
ADD COMMENT
Topic
Name
3+8 =