I have the string test1 test2 tes<span style="color:red;">t3</span> span test4
and I want to put span tag surrounding the span
word which position is after </span>
without touching the existing span tag using javascript regex.
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
REgex:
REplacement string:
DEMO