为了账号安全,请及时绑定邮箱和手机立即绑定

使用javascript正则表达式提取指定类的href值(单独)

使用javascript正则表达式提取指定类的href值(单独)

互换的青春 2019-05-02 19:15:36
我有一些链接,如下面的链接,Some text will come here <a class="checkSomething" href="https://something.com" style="color: rgb(255, 255, 255);  font-size: 17px;">Check Status</a>. Some text will come here <a href="#">Click</a> Some text will come here.从上面的字符串我想要提取href类名所在的值checkSomething。基本上我必须单独获取链接,即https://something.com我试过下面的正则表达式/<a class="checkSomething" href="([^"]*)">/但它提供了<a>如下标签的链接<a class="checkSomething" href="https://something.com"有人可以帮我吗?提前致谢!
查看完整描述

3 回答

?
呼如林

TA贡献1798条经验 获得超3个赞

试试这个:

/class="checkStatusNowLink" href="([^"]+)/

在线演示


查看完整回答
反对 回复 2019-05-08
  • 3 回答
  • 0 关注
  • 2119 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信