How to split using a delimiter in bash code example Example: split bash string IN="[email protected];[email protected]" arrIN=(${IN//;/ })