美文网首页
JavaScript 匹配关键字

JavaScript 匹配关键字

作者: 秋名山至尊宝 | 来源:发表于2019-10-12 16:02 被阅读0次

    string: (string).match; 返回值:匹配到的字符串;

    Array:[ 数组].includes返回值: true、 false;

    正则:new RegExp();     RegExp 对象有 3 个方法:test()、exec() 以及 compile()。 test() 方法检索字符串中的指定值。返回值是 true 或 false。

    相关文章

      网友评论

          本文标题:JavaScript 匹配关键字

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