I'm trying to grab the string between :" and " in an array in PHP using preg_match_all.
eg:
"I am a string"("string"):"Need this string", "I am a string"("string"):"Need this string", etc, etc
I had the following but it returns no results or errors and works in the regex builders I've tried.
/\"\:"(.*?)\"/ and #/\"\:"(.*?)\"/#