here is a more generic function whis can do mor. not just eleiminate some characters but also replace characters for a in string
public function string of_replace (string as_string, string as_token, string as_replace);
string ls_text = ""
long ll_count, ll_n, ll_token, ll_pos, ll_start...