I am trying to capture the longest match of a repeating pattern
do_run() { local regex=\'.*((abc)+).*\' local str=\'_abcabcabc123_\' echo "regex