<?php $reg1 = "/\{MENU_START\}(.*)\{MENU_END\}/i"; $reg2 = "\\1"; echo preg_replace($reg1, $reg2, "{MENU_START}משעמם{MENU_END}"); ?>