Gestion de String

GB.AddString Ajoute une string (chaîne de caractères) à une autre.
GB.ExtendString Étend une string.
GB.FreeString Libère une string.
GB.MatchString Vérifie si une string correspond à un motif spécifié.
GB.NewString Crée une nouvelle string.
GB.StringLength Retourne la longueur d'une string.
GB.SubstAdd Substitution callback helper.
GB_SUBST_CALLBACK Substitution callback datatype.
GB.SubstString Substitue des strings au sein d'un motif.
GB.ToZeroString Convertit une string Gambas en une string temporaire terminé par null.

Remplacement de fonctions de la bibliothèque C String

GB.strcasecmp Compare deux strings ASCII en ignorant la casse.
GB.strncasecmp Compare deux strings ASCII en ignorant la casse, jusqu'à la longueur spécifiée.
GB.tolower Convertit une string ASCII en minuscules.
GB.toupper Convertit une string ASCII en majuscules.