My current input...
var str = "3.   1203    Copra 4.   1204          Linseed, whether      or      not broken. 5.   1205          Rape    or colza seeds, whether or not broken. 6.   1206         Sunflower seeds, whether or not broken. "
what I need output is
[ 1203    Copra, 204  Linseed, whether      or      not broken., 1205          Rape    or colza seeds, whether or not broken., .... etc]
As simple as I need to split the string where I find number with dot.