summaryrefslogtreecommitdiffstats
path: root/gateway/bench.tengo
blob: 879d17aaf17e8174c82ec33b4fecdf1d0893f2c9 (plain) (blame)
1
2
3
4
5
text := import("text")
if text.re_match("blah",msgText) {
    msgText="replaced by this"
    msgUsername="fakeuser"
}