Beispiel #1
0
        public string Sanitize(string words)
        {
            string s = keyword.Get("excluded.regex");

            return(Regex.Replace(words, keyword.Get("excluded.regex"), " "));
        }