jimday1982
Registered User.
- Local time
- Today, 18:44
- Joined
- May 13, 2004
- Messages
- 81
Is there a function that will strip out everything in a field after a given string. For instance...in one of my fields I have:
Cool product that does this<b>order notes - ships in 2 days
and I want it to return:
Cool product that does this
So I'm trying to strip out everything after and including: <b>order notes - ships in 2 days
Any ideas?
Cool product that does this<b>order notes - ships in 2 days
and I want it to return:
Cool product that does this
So I'm trying to strip out everything after and including: <b>order notes - ships in 2 days
Any ideas?