Seeking assistance with replacing the separator symbol in a given structure. In order to proceed, I first need to identify its position. Can anyone offer guidance on how to do this?
Below is the structure in question:
<div>
<ul>
<li><a>text</a></li>
<li><span> > </span></li>
<li></li>
<li></li>
</ul>
</div>