it was regarding in vb.net text operations, i want to replace the text by finding some particular text.
but the problem arises when the starting and the at the end delimiter of the string is something same every-time but middle thing keeps on changing so how can i work out with that??
eg:
str = Replace(str, "abcdparameter = xyz123;", "abcdarameter = my defined parameter;")
i tried to learn some regular expressions but i am not able to get that.
the xyz 123 is same every-time....and also there is one delimiter at the end of the parameter string so anyhow you can select the whole line and replace it.