Yerine nasıl "{* foo *}"

0 Cevap php

I want to replace all text what start with "{" and end with "}" including those "{" and "}". Text between them may be anything. =( I guess I need to use regex's there.

En $ this-> çıkış ben değiştirmek istiyorum dize olduğunu hayal edelim. Yani kadar ... Bu arada işe yaramayan bu var. = (

$this->output = preg_replace( '/{*(.*)*}/', $this->output, $this->output );

0 Cevap