Help for this page

Select Code to Download


  1. or download this
    my ($new_source) = $source =~ /<!-- InstanceBeginEditable name="guts" 
    +-->(.*?)<!-- InstanceEndEditable -->/s;
    
  2. or download this
    my ($new_source) = $source =~ /<!-- InstanceBeginEditable name="guts" 
    +-->(.*)<!-- InstanceEndEditable -->/;