summaryrefslogtreecommitdiff
path: root/xmake/core/base/utf8.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-01-21 00:49:57 +0800
committerruki <[email protected]>2026-01-21 00:49:57 +0800
commitae8b2c49195e4f9e28f8ab06f8169e1bca68d1fc (patch)
treee62b203fa40d090996f3c6f4496f140237bd4f38 /xmake/core/base/utf8.lua
parentf10baca5c10b1d21c6d9900ad3d6b382c37258c6 (diff)
add utf8.reverse
Diffstat (limited to 'xmake/core/base/utf8.lua')
-rw-r--r--xmake/core/base/utf8.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/utf8.lua b/xmake/core/base/utf8.lua
index c31f4dfc2..67b52e7ec 100644
--- a/xmake/core/base/utf8.lua
+++ b/xmake/core/base/utf8.lua
@@ -30,6 +30,7 @@ local utf8 = utf8 or {}
-- @interface utf8.offset(s, n [, i])
-- @interface utf8.codes(s [, lax])
-- @interface utf8.sub(s, i [, j])
+-- @interface utf8.reverse(s)
-- @interface utf8.lastof(s, pattern [, plain])
-- @interface utf8.find(s, pattern [, init [, plain]])
-- @interface utf8.width(s)