V
Vlado B.
Hi everyone
I have tried something like this
Regex.Replace(theString, @"[.]+", "", RegexOptions.IgnorePatternWhitespace);
in other words delete every occurrence of one or more dots in some string.
It does not work.
Does anyone know what am I doing wrong?
TIA
Vlado
P.S. I also tried the expression in Expresso and it works there but I do not
know how to take code for replace from it.
I have tried something like this
Regex.Replace(theString, @"[.]+", "", RegexOptions.IgnorePatternWhitespace);
in other words delete every occurrence of one or more dots in some string.
It does not work.
Does anyone know what am I doing wrong?
TIA
Vlado
P.S. I also tried the expression in Expresso and it works there but I do not
know how to take code for replace from it.