Is There a function for picking specified indexes in a string | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is There a function for picking specified indexes in a string

I mean you have a string and you you want the characters from position 10 to 20.

31st Jul 2017, 7:01 PM
Victor Cislari
Victor Cislari - avatar
1 Answer
+ 2
substr(str, index, length); manual: http://php.net/manual/fr/function.substr.php
31st Jul 2017, 8:55 PM
Volts
Volts - avatar