Skip to content

filters

fdev31 edited this page Apr 5, 2024 · 1 revision

At the moment there is only one filter, close match of sed's "s" command.

The only supported flag is "g"

Example

filter = 's/foo/bar/'
filter = 's/.*started (.*)/\1 has started/'
filter = 's#</?div>##g'