08-26-2009, 11:52 AM
Hi,
I'm currently using Notepad to search a string of text for a variable of "TEXT1", then deleting everything that is after that variable from the string.
Rather than use notepad, is there a way to do this via QM using replace?
E.g. String = "This is some text. TEXT1 This is some more text."
So in the string above, I would want to delete everything after TEXT1, leaving the string as "This is some text. TEXT1".
Is this possible?
I'm currently using Notepad to search a string of text for a variable of "TEXT1", then deleting everything that is after that variable from the string.
Rather than use notepad, is there a way to do this via QM using replace?
E.g. String = "This is some text. TEXT1 This is some more text."
So in the string above, I would want to delete everything after TEXT1, leaving the string as "This is some text. TEXT1".
Is this possible?