sed 's/./&\n/g' | uniq -c | awk 'BEGIN{ret = 0} {if ($2 == "…") if (ret < $1) ret = $1;} END {print ret}'