replace()

Purpose

replace(str, substr_to_replace, replace_with)

Returns new string with all instances of substr_to_replace replaced by replace_with.

Example

replace("foo bar baz", " b", ", B")

produces

"foo, Bar, Baz"

See also

Help with configuring/using Rsyslog:

See also

Contributing to Rsyslog:

Copyright 2008-2023 Rainer Gerhards (Großrinderfeld), and Others.