I have data like the following:
Today's tracker log(F812) was posted at 1500 there will be a new log(F813) tomorrow at 0700.
I am trying to match between each parentheses, instead it is matching almost the entire string.
\((.*)\)
What am I doing wrong?