I have an array in bash, which is declared as
string=\'var1/var2/var3\'; IFS=\'/\' read -r -a array <<< $string
So the array is