Append lines to a text file
Properties
Add or remove the requested lines from the file
Parameters
Lines to add to the file - accepts string or array. If n present newlines will be inserted
Regexp flags
If specified, remove the line matching this regexp and all subsequent lines, then append data
data
The file to operate on - you can only prepend once to any given file