I need to extract out this text "start_time":"2018-08-05T17:41:29.933Z"
form this string:
BLAH text BLAH text "start_time":"2018-08-05T17:41:29.933Z" blah TEXT BLAH text
I tried this: \[\"start_time\":\"(.*)\"\]
But it did not work. What am I missing here?
Thanks!