【问题标题】:text.matches command not found in core addon在核心插件中找不到 text.matches 命令
【发布时间】:2019-09-17 04:32:49
【问题描述】:

我尝试在 G1ANT 中使用 text.matches 命令,但它给出了未找到 text.matches 命令的错误。

text.matches ‴Name: John Surname: Smith‴ regexes \wn.mE
dialog ♥result

【问题讨论】:

    标签: g1ant


    【解决方案1】:

    G1ANT 从 G1ANT.Addon.Core 中删除了 text.matches 命令,因为它是不必要的,同样的事情可以使用 text.find 命令完成。

    例如:

    text.find text ‴Name: John Surname: Smith‴ regex ‴\wn.mE‴
    dialog ♥result
    

    【讨论】:

      猜你喜欢
      • 2022-11-20
      • 2016-05-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-02-16
      • 1970-01-01
      • 2016-06-12
      • 1970-01-01
      相关资源
      最近更新 更多