I am attempting to capture all column contents within HTML tables. I'm very close, but my regex is only capturing the first column of each table. What do I need to do to capture all of the columns?
Here is my regex and HTML: https://regex101.com/r/jA3sS6/1