Skip to content

Instantly share code, notes, and snippets.

@belsrc
Created February 20, 2013 17:42
Show Gist options
  • Save belsrc/4997411 to your computer and use it in GitHub Desktop.
Save belsrc/4997411 to your computer and use it in GitHub Desktop.
IEnumerable String Replace
var list = list.Select( s => s.Replace( toReplace, replace ) ).ToArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment