Replace specific word inside “li”
-
Hi,
Im new on this Regex.
Please help me. I wanna Replace this:<li class="keywords"><img draggable="false" role="img"> #Apple #SoutheastAsia</li>
To this:
<li class="keywords"><img draggable="false" role="img"> <a href="">#Apple</a> #SoutheastAsia</li>
I dont wanna replace other “#Apple” outside the “li” tag.
I already search on Stackoverflow but the code never works as i expexted.
Thanks for your help.
I really appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Replace specific word inside “li”’ is closed to new replies.