Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

Template:Replace

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search

Kirby

Usage[edit]

This implements the replace function of the String module. It allows one to replace a target substring or pattern within another string. Internally, it does this by calling string.gsub.

{{Replace|I love Kirby's peyos|peyo|poyo}} --> I love Kirby's poyos

This template also includes the count and plain parameters. Consult the documentation for this Lua function here.