当前位置:网站首页>JS regular filtering and adding image prefixes in rich text
JS regular filtering and adding image prefixes in rich text
2022-07-06 02:49:00 【Residual temperature without trace】
1、 Filter image prefixes without '/', Become a relative path , The following two regularities are ok , Personal test
// Example , Filter image prefixes without '/', Become a relative path
console.log('valueHtml', valueHtml.replace(/https?:\/\/[^\/]*(\/)*/g, ''));
console.log('valueHtml', valueHtml.replace(/\bhttps?:\/\/(.*?)\/+/ig, ''));
2、 Add picture prefix
valueHtml= result.detail.content.replace(/<img [^>]*src=['"]/g, `<img src="${ Your domain name }`)
Reference material : Use regular expressions to add domain names to rich text image labels for display 、 Delete domain name submission _qq_43675010 The blog of -CSDN Blog
边栏推荐
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 6
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 19
- The difference between sizeof and strlen in C language
- 有沒有sqlcdc監控多張錶 再關聯後 sink到另外一張錶的案例啊?全部在 mysql中操作
- [network security interview question] - how to penetrate the test file directory through
- 微软语音合成助手 v1.3 文本转语音工具,真实语音AI生成器
- Self made CA certificate and SSL certificate using OpenSSL
- DDoS attacks - are we really at war?
- Elimination games
- 张丽俊:穿透不确定性要靠四个“不变”
猜你喜欢
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 6
Introduction to robotframework (I) brief introduction and use
"Hands on learning in depth" Chapter 2 - preparatory knowledge_ 2.5 automatic differentiation_ Learning thinking and exercise answers
Referenceerror: primordials is not defined error resolution
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 10
2345 file shredding, powerful file deletion tool, unbound pure extract version
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 19
有没有完全自主的国产化数据库技术
C language - Blue Bridge Cup - promised score
[unity3d] GUI control
随机推荐
XSS challenges绕过防护策略进行 XSS 注入
CSP date calculation
Referenceerror: primordials is not defined error resolution
QT release exe software and modify exe application icon
MySQL winter vacation self-study 2022 11 (9)
Shell script updates stored procedure to database
Accident index statistics
Maturity of master data management (MDM)
DDoS "fire drill" service urges companies to be prepared
07 singleton mode
"Hands on learning in depth" Chapter 2 - preparatory knowledge_ 2.5 automatic differentiation_ Learning thinking and exercise answers
Is there a case where sqlcdc monitors multiple tables and then associates them to sink to another table? All operations in MySQL
Qt发布exe软件及修改exe应用程序图标
MySQL advanced notes
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 17
Trends in DDoS Attacks
2022.02.13
Detailed use of dbutils # yyds dry goods inventory #
MySQL winter vacation self-study 2022 11 (5)
[kubernetes series] learn the exposed application of kubernetes service security