【问题标题】:I want to use match so that it will match for a perticular pattern having blank or space in between the pattern or on the starting of a word我想使用 match 以便它匹配在模式之间或单词开头有空格或空格的特定模式
【发布时间】:2020-04-30 11:11:13
【问题描述】:

我想使用 Match 以便它可以找到也包含空白的模式。 例如- a =“这就是我”。 我想搜索“这是” 我能做什么?

【问题讨论】:

    标签: openedge progress-4gl


    【解决方案1】:

    以下是正确的:

    "this is me" BEGINS "this is"
    "this is me" MATCHES "*this is*"
    

    当它是在单词索引中使用的数据库字段的内容时

    tablename.fieldname CONTAINS "this is"
    

    【讨论】:

      猜你喜欢
      • 2021-10-08
      • 1970-01-01
      • 1970-01-01
      • 2022-01-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-12-24
      • 2017-10-21
      相关资源
      最近更新 更多