I have a whole list of data that I need to replace some data with.
Each line starts with:
<select value="12345">
(where 12345 is different on each line)
and I want to replace it with:
@"
How do I do this, I can find the right find and replace algorithm to do this? It would really save me hours.