<?php $myString = '10:0{ "name":"John", "age":30, "car":null }24:0'; echo preg_replace('/.*?(\{.*?\}).*/', '$1', $myString);
You have javascript disabled. You will not be able to edit any code.