Find 3rd colon in a string?
Posted: Wed Oct 19, 2011 1:14 am
Hi-
I need to change a number of timestamps so that the final separator is a period instead of a colon.
So eg.
0:00:01:14
becomes
0:00:01.14
I haven't been able to come up with the correct RE syntax to find the 3rd colon. Any help would be very much appreciated!
Thanks-
-Susan
I need to change a number of timestamps so that the final separator is a period instead of a colon.
So eg.
0:00:01:14
becomes
0:00:01.14
I haven't been able to come up with the correct RE syntax to find the 3rd colon. Any help would be very much appreciated!
Thanks-
-Susan