protected string StripSpecChars(string txtIn) { string txtOut = Regex.Replace(txtIn, @"[^\w\.@-]", "").Trim(); return txtOut; }
Tags: c#, regex
is it availible in German?
Name (required)
Mail (will not be published) (required)
Website
is it availible in German?