DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18290>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18290

Need FilterReader for replacing RegExp





------- Additional Comments From [EMAIL PROTECTED]  2003-03-25 11:43 -------
I have made a patch (18312) that should fullfill this request.
The following: (using patch (18166 - enchanched concat)
    <concat>
      (hello)-start line
      <filterchain>
        <tokenfilter>
          <containsregex pattern="\((.*)\)-start" replace="&amp;\1"/>
        </tokenfilter>
      </filterchain>
    </concat>

outputs:
      &hello line

Peter.

Reply via email to