Javascript: Trouver un caractère dans une chaîne avec charAt() January 10, 2013 Author: user {filelink=35} var text = new String("Apprendre javascript"); var sTxt = text.charAt(3); document.writeln(sTxt); // retourne 'r' Categories: Uncategorized