Text filters
At the moment there is only one filter, close match of sed's "s" command.
The only supported flag is "g"
Example
toml
filter = 's/foo/bar/'
filter = 's/.*started (.*)/\1 has started/'
filter = 's#</?div>##g'