diff options
Diffstat (limited to 'template.tlv')
-rw-r--r-- | template.tlv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template.tlv b/template.tlv index 2387368..70a4a24 100644 --- a/template.tlv +++ b/template.tlv @@ -60,6 +60,10 @@ > return s:sub(1,pos-1)..s:sub(pos+1) >end > + >function string.pos(s, sub) + > return string.find(s, sub, 1, true) -- plain=true to disable regular expressions + >end + > >-- TODO: backport utf-8 support from Lua 5.3 - __teliva_timestamp: original debugy: |