hi guys i need some help. i am using vb.net 08. I have a php file loading into a text box. and then i have an external text file. the text file looks like this:
"text 1= text 2
text 3 = text 4
etc"
I need the program to search for terms inside the text box that are on the right side of the equal sign and replace it with the one on the left
"text 1= text 2
text 3 = text 4
etc"
I need the program to search for terms inside the text box that are on the right side of the equal sign and replace it with the one on the left