Hi,
I am using preg_match_all first time and i have problem with getting values from string.
Example of the string:
$str = '...
{
"trailStart":"1980",
"key":{"dim0":"Switzerland"}
}
... ';
Here is my example. I have to get out year and country (1980, Swizerland).
Can anybody write pattaren for me because i can't get it right.
Thanks