Hi all,
Still learning PHP Regex and have a question.
If my string is
Size : 93743 bytes Time elapsed (hh:mm:ss.ms): 00:00:00.156
How do I match the value that appears after the (hh:mm:ss.ms):
?
00:00:00.156
I know how to match if there are more characters following the value, but there aren't any more characters after it and I do not want to include the size information.
Thanks in advance!