KeepChar - kod ve grafik fonksiyonu
KeepChar() returns a string consisting of the first string ,'text', less any of the characters NOT contained in the second string, "keep_chars".
Söz Dizimi:
KeepChar(text, keep_chars)
Dönüş verileri türü: dize
Bağımsız Değişkenler:
Bağımsız Değişken | Açıklama |
---|---|
text | Orijinal dize. |
keep_chars | text içindeki tutulacak karakterleri içeren dize. |