mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04: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'