This is my text:
pagination},queryId:"472f257a40c653c64c666ce877d59d2b", val:"598f257a40c653c64c666ce877d59d2b"
I need to find 472f257a40c653c64c666ce877d59d2b and 598f257a40c653c64c666ce877d59d2b.
These are all between ". I need ONLY strings between " ", and which don't exceds 32.
Here is my code:
preg_match_all('/"^(.*?){32}$"/mis', $get, $results);