Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy solution
I'm fairly sure there's a better way to do this. And I lost the <> tags around three of the values that have them in the required Output. But the rest of it works at least.
My solution.
1st Regex tool
<tr.*?>(.*?)<\/tr>
2nd Regex tool
<td.*?>(.*?)<\/td>
The site https://regex101.com/ helped a lot!!