i want to find all timecodes in my content area and build a simple link around it, so i can jump to a specific timecode on my WordPress Mediaelement.
How can I do this so it finally looks like:
<div class="timecodes">
<li>
**<a class="go-to-time">**15:30**</a>** "Title"
</li>
</div>
I figured it out by myself, here is my solution: