Does anyone no the best method to return the characters to the left of a " - " from a string of characters eg I have:
ABC123 - This is a test
SDR#dd wedwe wed - Another test
I want to return all that is left of the " - "
Thanks
ABC123 - This is a test
SDR#dd wedwe wed - Another test
I want to return all that is left of the " - "
Thanks