KeepChar - funzione dello script e del grafico
KeepChar() returns a string consisting of the first string ,'text', less any of the characters NOT contained in the second string, "keep_chars".
Sintassi:
KeepChar(text, keep_chars)
Tipo di dati restituiti: stringa
Argomenti:
Argomento | Descrizione |
---|---|
text | La stringa originale. |
keep_chars | Una stringa contenente i caratteri in text da conservare. |