<?php $string = '/a/{bb}/{d{b}}/{as}df}/b{cb}/a{sdfas/dsgf}'; var_export( preg_match( '~(?:^|/){([^{}/]*)}(?:/|$)~', $string, $out ) ? $out : 'no match' );
You have javascript disabled. You will not be able to edit any code.