Don't know if I've overlooked something simple but here goes. There are two things I'm looking to do.
1. I would like to feed in a string and have it returned cleaned of certain characters. i.e. "Who Can You Trust?" returned as "Who Can You Trust" - no question mark. How can I do this?
2. When getting data from the database is there a way to return only fields stating with a certain letter. i.e. Return all fields that start with a "b".
Thanks for any help you can offer (and sorry if the answers are stupidly obvious!)
Sean