×
Inicio Aleatorio

Regular expression to get the value inside double curly braces "{{ }}"

Sección: Programación

Creado: 28-03-24 (Actualizado: 23-02-22)

Regular expression in PHP to fetch the text quoted inside with "{{ }}" in an array.

For eg:

$str = "This is sample content with a dynamic value {{value1}} and also have more dynamic values {{valu...

https://stackoverflow.com/questions/19316891/regular-expression-to-get-the-value-inside-double-curly-braces

Siguiente Enlace