Module:String utilities/documentation: Difference between revisions
Jump to navigation
Jump to search
(Æ →Functions: fix L5 after L3) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 15:15, 9 June 2022
Provides some utility functions for manipulating strings.
Functions[edit source]
format[edit source]
lua
This function, unlike lua
and lua
, takes just two parameters—a format string and a table—and replaces all instances of lua
} in the format string with the table's entry for lua
. The opening and closing brace characters can be escaped with {\op}
and {\cl}
, respectively. A table entry beginning with a slash can be escaped by doubling the initial slash.
Examples[edit source]
lua
- produces:
lua
- produces:
lua
- produces:
lua
- Note that the single and double backslashes should be entered as double and quadruple backslashes when quoted in a literal string.
- produces: