I have a field that could contain the following Value.
Hello. This value is from my MySQL table. ---End Message--- Timestamped 6:00pm
I want to grab everything before the ---End Message--- String. It will always be formatted that way. So basically I just want to grab Hello. This value is from my MySQL table.
Thank you!
1 Answer