I am making a program where a user writes a string and I have to "dissect" that string. I am running into a problem when I have to find the end of that string.
BTW, cStart and cEnd are integers.
this will be in a web form and I just extract what is between the "=" and the "&" but I am stuck trying to search for a variable and the end of the string.
Let's say my last variable is "string color2"
I will do