RegexAdvice – Extract strings in-between curly braces.
Raw Match Pattern:
\{([^}]*)\}
$matches Array:
(
[0] => Array
(
[0] => {Mr. Jones}
)
[1] => Array
(
[0] => Mr. Jones
)
Michael
“In theory, theory and practice are the same. In practice, they are not.”
Albert Einstein