What is the regex patten for this?
- by Leon
Hi there,
I am looking for a regex pattern to find all the content b/w curly brackets. For example, there is a string.
$string = {xxx yyy zzz}
I want to find a regex pattern so that it can extract the "xxx yyy zzz" out but no {}.
Thank you very much for your help.