KeepChar - script- en diagramfunctie
KeepChar() returns a string consisting of the first string ,'text', less any of the characters NOT contained in the second string, "keep_chars".
Syntaxis:
KeepChar(text, keep_chars)
Retourgegevenstypen: tekenreeks
Argumenten:
Argument | Beschrijving |
---|---|
text | De oorspronkelijke tekenreeks. |
keep_chars | Een tekenreeks die de tekens in text bevat die moeten worden bewaard. |