Meatballsub
New Member
- Joined
- Feb 21, 2018
- Messages
- 7
Hello!
I'm hoping someone can help me with my current problem. I have thousands of cells that look like this:
[TABLE="width: 983"]
<tbody>[TR]
[TD="width: 983"]<a *******="viewer.setParameter('SceneUrl', 'units/models/nomodel.stl');viewer.init(); viewer.update();" >Unit-Model-Here</a>[/TD]
[/TR]
</tbody>[/TABLE]
What I'd like to do is replace the "nomodel" text above with whatever is between <a....></a> (in this case, it is Unit-Model-Here).
I've looked in other threads and have tried to adapt solutions from there, but have yet to figure out a working one. Any help would be much appreciated.
I'm hoping someone can help me with my current problem. I have thousands of cells that look like this:
[TABLE="width: 983"]
<tbody>[TR]
[TD="width: 983"]<a *******="viewer.setParameter('SceneUrl', 'units/models/nomodel.stl');viewer.init(); viewer.update();" >Unit-Model-Here</a>[/TD]
[/TR]
</tbody>[/TABLE]
What I'd like to do is replace the "nomodel" text above with whatever is between <a....></a> (in this case, it is Unit-Model-Here).
I've looked in other threads and have tried to adapt solutions from there, but have yet to figure out a working one. Any help would be much appreciated.