“REGEX FACK ENTRE PARTIMAIS” Respostas de código

Regex Obtenha texto entre aparelho

$text = 'ignore everything except this {{ text1  }}';
preg_match('#\{\{(.*?)\}\}#', $text, $match);
var_dump($match);
Alemhar

REGEX FACK ENTRE PARTIMAIS

$text = 'ignore everything except this {{ text1  }}';
preg_match('#\{\{(.*?)\}\}#', $text, $match);
$match[1];
Zealous Zebra

Respostas semelhantes a “REGEX FACK ENTRE PARTIMAIS”

Perguntas semelhantes a “REGEX FACK ENTRE PARTIMAIS”

Procure respostas de código populares por idioma

Procurar outros idiomas de código