I have a string with components and version numbers:
data-c(kuh-small1);divider-bin-1.4.4;divider-conf-1.3.3-w(1,16);storage-bin-1.5.4;storage-conf-1.5.0-w(1);
You can also use perl:
perl -wne '/divider-bin-(.+?);/ and print "$1\n"