Je cherche un moyen d'extraire les 100 premiers caractères d'une variable chaîne pour en insérer une autre pour l'impression.
Y a-t-il une fonction qui peut le faire facilement?
Par exemple:
$string1 = "I am looking for a way to pull the first 100 characters from a string variable to put in another variable for printing.";
$string2 = 100charfunction($string1);
print $string2
Obtenir:
I am looking for a way to pull the first 100 characters from a string vari