How to split strings?

How to split strings?

I have a column which can be multiple people. For example it can be: 35;#Peter Dawn 24;# James Taylor;#

Is there a way I can use Jquery to automatically grab only the names and ignore the ID and the deliminator which is ;#?