mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-05 00:04:40 -05:00
Repeats a given string a specified number of times.
Eg
repeat('Hello', 3) -> 'HelloHelloHello'
Repeats a given string a specified number of times.
Eg
repeat('Hello', 3) -> 'HelloHelloHello'