<?php $string = 'текст {$test} текст {$test35}'; echo preg_replace("/\{\$[\w]+\}/i", "", $string); ?>