I have a string that is in this format:
AP:::Withhold<space><cutnumber>$$$<misc text>
I want to put everything up to and including the $$$ as one string and everything after the $$$ as the second string. How can I search for the $$$ in the string and split the text. The text will be coming in the form of a file that I will be opening and reading.
Thanks.
Mindy
AP:::Withhold<space><cutnumber>$$$<misc text>
I want to put everything up to and including the $$$ as one string and everything after the $$$ as the second string. How can I search for the $$$ in the string and split the text. The text will be coming in the form of a file that I will be opening and reading.
Thanks.
Mindy