- or download this
{Curl is all about {braces}}
- or download this
<Curl> is all about <braces/></Curl>
- or download this
{Curl is all about {code {braces}}}
- or download this
<Curl> is all about {braces}</Curl>
- or download this
{Curl is all about {code {braces}{escape {braces}}}}
- or download this
<Curl> is all about {braces}<braces/></Curl>
- or download this
while($next = (extract_bracketed($text, '{}', '[^{}]*' ))[0]) #this is
+ general.
{
...
$next =~ s/\{([\w|-]*)(.*)\}/<$1>$2<\/$1>/osi;
$text =~ s/$holder/$next/sgi;
}