Home| Design| License| Regex| Download| Credits| Contact
Text-Zap Info
› Overview› Text-Zap Ant Task› Expand Text-Zap› API Docs
Components
› Filters› Savers› Groupers› Sequencers
Filters
› Append Filter› Append File Filter› Extract Lines Filter› Find Filter› Insert References› Merge Filter› Replace Filter› Replace List Filter› Replace Filter Plus› Reverse Filter› Split By Regex Filter› XSLT Filter

Append Filter

The append filter simply appends some text to the end or the begining of a buffer. Although this functionality could be be reproduced through the use of regular expressions, this filter was still added for convenience and simplicity.

Parameters

AttributeDescriptionRequired
toAppendthe string to be appendedYes
atEndflag indicating where the append string should be appended (at the begining or the end)No, defaults to false

^topExamples

Append the words 'hello there' to the begining of all buffers
<append Append="hello there"/>
Append the word 'goodbye' to the end of all buffers
<append Append="goodbye" atEnd="true"/>

 
SourceForge.net Logo