Navigation: Configuration des tâches > Fonctions d'expression > Fonctions string
Retourne le nombre de caractères dans la chaîne.
string-length(string:chaîne) -> nombre
Nom
Type
Description
string
chaîne
La chaîne d’entrée.
L'expression suivante retournera 3:
string-length('cat')