<?php $url = 'dashboard/admin/{content}/category/{category}/posts'; preg_match_all('/{\K[^}]+(?=})/', $url, $matches); print_r($matches[0]);
You have javascript disabled. You will not be able to edit any code.