从string中提取值并获取其内容

时间:2017-06-09 07:30:27

标签: string lua

我正在使用LUA从长字符串中提取值。

String(shorted)看起来像:

local input = "...</anno:rotation<anno:contentY>40.900000000000006</anno:contentY<..."

我正在寻找最快/最简单的方法来提取<anno:contentY></anno:contentY<之间的值。在这个例子中'40 .900000000000006'。

有没有更好的方法然后使用string.find获取开始和结束位置然后使用string.split

0 个答案:

没有答案