Ver original<?php $t = '[img width="Variable 1" height="variable 2"]Hola mundo !!![/img]'; preg_match('/.*"\]([^\[\/]*)/i', $t, $m); echo $m[1];