I need to be able to parse a string. I have searched the forum and there are a lot of search replace with text editors and using ASTIDs but these seem to be not exactly what I am looking for.
I have a string like “(some bit of text) + (the value I know) + (the value I need to remove) + (some text I need to keep)”
I will not know anything but “The Value I Know” portion of the string. I need to get everything up to “The Value I Need To Remove” without that text. Then I need the text that follows it.
As said, I only know the one value and the length of the string can change. The real goal is the substitute the text between what I know and the last bit I want with a variable that has already been defined. I can place the first part and the second part into different variables (I have already structured around this idea) and sum them whenever I need to use them.
Any ideas
Dee