I'm try to replace "." to "_" in a string... i use Regex.Replace()... so my code is Regex.Replace("abc.123", ".", "_") but it return _______ to be...so can anyone help on this??