Hi,
I have the following snippet of code that creates my arrays from a concatenated string. This was adapted from #snb (thanks
).
I would like to be able to loop through the arrays and search and replace part of the string to pick up times e.g. 09.30am (regular expression here) and replace with hh:mm.
I've copied in a snippet of the code for now which currently loops through the arrays finding small discrepancies but I'm picking up a lot of false positives like times that I want to remove initially.
Thanks in advance.
Bookmarks