i need some help.
i have a huge php document that contain a lot of links inside it.
I need to replace links with #
for example:
Original link: text....<a href="orig-link"> Link text </a> other text .....
How i need it be: text....<a href="#"> Link text </a> other text .....
so i need to change only the link nothing else, the link text etc should stay as it is.
Thank you for reading.
When there are no other attributes:
Otherwise:
Demo: