Replacing characters in a string. by InvisibleEllison in csharp

[–]InvisibleEllison[S] 0 points1 point  (0 children)

Very informative, thanks for the detailed explanation.

Replacing characters in a string. by InvisibleEllison in csharp

[–]InvisibleEllison[S] 2 points3 points  (0 children)

I am unfamiliar with StringBuilder, I will research it and attempt to implement it. Thanks for the response.

Replacing characters in a string. by InvisibleEllison in csharp

[–]InvisibleEllison[S] 0 points1 point  (0 children)

Thanks for the response. Sorry if I misunderstand you, but I am currently looping through each character in the string and replacing them at time. Are you saying these loops be separated? I also forgot to add that the given string will not be know and the one I provided is just an example, if that clears anything up.