Hi Corion,
Sorry for the misunderstanding. Here goes...
I have a string as follows that I will collate into an array:
info::gmdate:2013-06-07 05:57:tccat_cico::r
From that array, I am intending to split the data based on ':' such that I get the following,
info
gmdate
2013-06-07 05:57
tccat_cico
r
However, the "2013-06-07 05:57" gets separated into
2013-06-07 05
57
which is not what is intended.