gpt4 book ai didi

javascript - 正则表达式适用于 regex101 但不适用于 javascript

转载 作者:行者123 更新时间:2023-11-30 08:27:54 24 4
gpt4 key购买 nike

<分区>

我使用正则表达式转换 <a>图片网址为 <img>

var message='<a href="http://example.com/example.jpg" target="_blank" rel="noopener noreferrer">http://example.com/example.jpg</a>';
message.replace(/<a.*>(https?:\/\/.*\.(?:png|jpg))<\/a>/gi,'<img src="$1">');
console.log(message);
//expect: <img src="http://example.com/example.jpg">

work on regex101

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com