P
Phil Sandler
Hello,
What is the fastest/most efficient way of doing string replacement in
csharp/.net?
An example would be:
"Hello, my name is {FirstName}, and I live in the town of {City} with
my wife {WifeName} and my {NumKids} children."
I have this working with regular expressions, but I'm wondering if
that's the best/fastest method. Would writing this in another
language (say, C++) improve the performance?
Thanks for any insight.
Phil
What is the fastest/most efficient way of doing string replacement in
csharp/.net?
An example would be:
"Hello, my name is {FirstName}, and I live in the town of {City} with
my wife {WifeName} and my {NumKids} children."
I have this working with regular expressions, but I'm wondering if
that's the best/fastest method. Would writing this in another
language (say, C++) improve the performance?
Thanks for any insight.
Phil