In the HTML source code of a page, we have:
<li class="wv-topbar__nav__item">
<a href="/go/business_savings/933dd921-b3d4-be4d-bb0d-e45fe696643d/" class="wv-topbar__nav__link">
Save Money
</a>
</li>
I want to be able to get this string from the href value:
933dd921-b3d4-be4d-bb0d-e45fe696643d
Basically, the string between the 3rd and 4th slash and store it into a variable.