Quick question, i want to replace the webaddress to reflect the new location in 118 sql text fields. so i am reading them in, doing regex.replace so I can do an update the text fields.
The following works:
messageReplaced = Regex.Replace(message, "intranet", "dcintranet");
However this desired...