3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'ZOOBLES ieterpjami(902486) CDX-GT560UI Blue ( CDXGT560UI.EUR ) Vaschetta Baby SPA(N109-U25/U25)'; //preg_match_all( '#\(\s*([\-\/\.\dA-Z]+)\s*\)#', $string, $matches ); preg_match_all( '#(\(([^)]*)\))\)*$#', $string, $matches ); var_dump( $matches );

preferences:
55.79 ms | 402 KiB | 5 Q