I have this
<div id="oZlbx"></div><div id="Yj0SU"></div>
I want to remove the 9 characters after id= in order to have
<div id=></div><div id=></div>
What is the proper way to do this?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have this
<div id="oZlbx"></div><div id="Yj0SU"></div>
I want to remove the 9 characters after id= in order to have
<div id=></div><div id=></div>
What is the proper way to do this?