!! test Basic #replaceset usage !! input {{#replaceset:Text to replace|/(\w+)/i="\1"|to=2}} !! result
"Text" "2" "replace"
!! end !! test Simple text replacement of equals in nowiki !! input {{#replaceset:Foo=bar=baz|Foo!bar!baz
!! end !! test Regexp text replacement of equals in nowiki !! input {{#replaceset:Foo=bar=baz|Foo!bar!baz
!! end