Line Wrap Filter
The Line Wrap filter makes sure that no line of the input text is longer than a given size (defaults to 70). If any line of text is longer then this the filter will add a Line Feed (LF) character to create a new line.
| setting | description |
|---|---|
| Line Size | The number of characters to wrap the line to |
| Hard Wrap | Set this to wrap at exactly Line Size characters. If this setting is off then the filter will attempt to wrap only at spaces |
| input | output | options |
|---|---|---|
| Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer tellus risus, condimentum non, interdum et, tristique ut, tortor. | Lorem ipsum dolor
sit amet, consectetuer adipiscing elit. Integer tellus risus, condimentum non, interdum et, tristique ut, tortor. |
Line Size = 20 |
| Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer tellus risus, condimentum non, interdum et, tristique ut, tortor. | Lorem ipsum dolor si
t amet, consectetuer adipiscing elit. In teger tellus risus, condimentum non, int erdum et, tristique ut, tortor. |
Line Size = 20
Hard Wrap |