my_array=($(echo $string | tr "," "\n"))
IN="bla@some.com;john@home.com" arrIN=(${IN//;/ })
IFS=', ' read -r -a array <<< "$string"