TheConeHead
Programmer
I have a LONG string of text that looks like:
06/13/06 this is an entry 7/13/06 another entry 10/12/06 yet another
and I need to break it up into individual strings like:
06/13/06 this is an entry
7/13/06 another entry
10/12/06 yet another
How can I do this - the date is pretty consistent as far as it exists at the start of each entry, but notice that not all single digit months have a zero (i.e. 05/12/06 v. 5/12/06)
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
06/13/06 this is an entry 7/13/06 another entry 10/12/06 yet another
and I need to break it up into individual strings like:
06/13/06 this is an entry
7/13/06 another entry
10/12/06 yet another
How can I do this - the date is pretty consistent as far as it exists at the start of each entry, but notice that not all single digit months have a zero (i.e. 05/12/06 v. 5/12/06)
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)