In PHP my string looks like this: "{{edit(3)}}". I would like the result to be: "open3close", using preg_replace or another method.
"{{edit(3)}}"
"open3close"
preg_replace
Herhangi bir fikir?