Help for this page

Select Code to Download


  1. or download this
    $content = qq(<textarea class="FolderTxtArea" name="blah"><%=foo::doSo
    +mething%></textarea>);
    
    ...
            print "match: after testinsert  .... $match\n";
        }
    }
    
  2. or download this
    match: before ..... <textarea class="FolderTxtArea" name="blah"><%=foo
    +::doSomething%></textarea>
    varmatch:  <%=foo::doSomething%>
    match: after  .... <textarea class="FolderTxtArea" name="blah"></texta
    +rea>
    match: after testinsert  .... <testinsert<%=foo::doSomething%> class="
    +FolderTxtArea" name="blah"></testinsert<%=foo::doSomething%>>