KeepChar - fonction de script et fonction de graphique
KeepChar() returns a string consisting of the first string ,'text', less any of the characters NOT contained in the second string, "keep_chars".
KeepChar(text, keep_chars)
chaîne
Argument | Description |
---|---|
text | Chaîne d'origine. |
keep_chars | Chaîne contenant les caractères figurant dans text à conserver. |