Help for this page

Select Code to Download


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