I\'m trying to split up a update string I get from a feed into an array each time there is a time stamp.
This is the regex I have so far, but it seems to only find t
Dont anchor it to the start of the string, hence get rid of the ^
^
(\d{1,2}\/\d{1,2}\/\d{4})