美文网首页
模糊查询

模糊查询

作者: 吴一晏 | 来源:发表于2019-08-01 17:20 被阅读0次
    const a = '你好'  //用户输入的字符串
    const regstr = [",...a,"].join('.*')
    const reg = new RegExp(regstr)
    console.log(reg.test('ni你hao好'))  //待匹配的字符型
    

    相关文章

      网友评论

          本文标题:模糊查询

          本文链接:https://www.haomeiwen.com/subject/zgecdctx.html