Why doesn't this RegEx return a list?

From the full source of the HTML you may be able to get your match list more simply from an XPATH expression like //a/text()

See, for example:

1 Like