A text with numbered placeholders and the values for text.format to fill in.
text.format
Optional
The text with placeholders such as {0} and {1}.
{0}
{1}
Hello {0} Copy
Hello {0}
The values, in placeholder order: the first fills {0}, the second {1}.
["World"] Copy
["World"]
Namespace: Bit › Inputs › Text
Other symbols in Inputs.Text:
API reference home · Full symbol index · Tutorials and guides · Platform
A text with numbered placeholders and the values for
text.formatto fill in.