Need help find/replace string

Need help find/replace string

I have the following markup and I've been trying to use jQuery to replace the "/" that's between the two anchors with something else but I've failed horribly. Can someone help me out?

  1. <ul class="Breadcrumb">
          <li class="BreadcrumbNavigation">
                <a class="rsmLink" href="http://localhost:1801/Web/forums">Forums</a>
                 
                <a class="rsmLink" href="javascript:void(0);">Some Topic</a>
          </li>
    </ul>