ioBroker.parser icon indicating copy to clipboard operation
ioBroker.parser copied to clipboard

Return all matches

Open Stefan592 opened this issue 4 years ago • 0 comments

I want to read precipitation values for the last 7 days. I have a regex that gives me all (1800!) readings from the site.

Is it possible to return all found locations in an array/object/JSON? It is impossible to create 1800 data points.

Site: https://www.hnd.bayern.de/niederschlag/donau_bis_kelheim/dietenhofen-970/tabelle REGEX: <td class="center">(.*?)<

Stefan592 avatar Jun 07 '21 06:06 Stefan592