Input string: 'Chesterton, Mark;#789;#Erbach, Magnus;#786'
Output:Mark(no spaces before Mark)(Basically want to fetch everything between first comma and first semicolon excluding initial whitespaces)
Input String: Phillips, Edward;#744;#Bubba, Matthew;#782;#Mahony, Chloe;#779
Output:Edward
Input String: Corbett, Paul;#784;#Johnson, Ben;#392;#Smith, Adam;#775
Output:Paul
Kindly help.