f-strings

String interpolation for Lua.

$ luarocks install 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

scm-1dev7 years ago10 downloads
0.2-17 years ago3,668 downloads
0.1-17 years ago57 downloads

Dependency for

xcomposer

Manifests