C# ASP.NET Reg Replace…Replace string with another string

voodoodror

New Member
I have this string here\[code\]string Thing1 = "12340-TTT";string Thing2 = "®"\[/code\]I am looking to use reg replace to replace the \[code\]TTT\[/code\] with \[code\]&reg\[/code\].I am told using reg replace it does not matter if its uppercase or lowercase.How would I go about doing this?
 
Top