Hi,
The article is very good, I would go with it.
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"INeedADip" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am parsing a lot of files and need to replace a couple of string
> variables, but the string.Replace(string,string) method won't work
> because it is case-sensitive.
> What would be the best way to do this?
>
> I did find this article:
> http://www.codeproject.com/csharp/Fa...sStringRep.asp
>
> What is everyone else doing?
>