KeepChar – função de script e gráfico
KeepChar() returns a string consisting of the first string ,'text', less any of the characters NOT contained in the second string, "keep_chars".
Sintaxe:
KeepChar(text, keep_chars)
Tipo de dados de retorno: caractere
Argumentos:
Argumento | Descrição |
---|---|
text | A string original. |
keep_chars | Uma string contendo os caracteres no text a ser mantido. |