percent-f-strings

String interpolation for Lua.

$ luarocks install percent-f-strings

String interpolation for Lua, inspired by f-strings,
a form of string interpolation in Python 3.6.
It allows you to interpolate variables in strings
(including local variables) using the syntax:
str = F"The value of x is %{x} and the value of y is %{y:%.2f}."

Versions

0.3-27 years ago54 downloads
0.3-17 years ago12 downloads

Manifests