I have a string - with a name and a code - how can I extract just the name Eg:

Simon : 5353DF
should give 'Simon'

Debbie : 3535GH
should give 'Debbie'

Any ideas?

Simon