What is the regex patten for this?
Posted
by Leon
on Stack Overflow
See other posts from Stack Overflow
or by Leon
Published on 2010-03-30T18:27:06Z
Indexed on
2010/03/30
18:33 UTC
Read the original article
Hit count: 523
regex
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.
© Stack Overflow or respective owner