Description Usage Arguments Value Examples
Format a string using placeholders
1 | .format_str(string, ...)
|
string |
A an unformatted string with placeholders |
... |
Variables to format placeholders with |
A formatted string
1 2 3 4 | ## Not run:
format_str("Format with {1} and {2}", "x", "y")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.