"Ceci est une chaine de caractères"
Longueur: length
Sous-chaine: substr(debut=0, longueur=19)
Split / explosion en tableau: split(separateur=' ' [, limite=nb de splits])
Recherche position: indexOf(recherche='chaine' [, debut])
This method returns -1 if the value to search for never occurs.
Remplace: replace(substring='chaine' , nouveau='police')