I'm using the RegEx practice tool to work on some web scraping.
https://extendsclass.com/regex-tester.html
(Laboratory Confirmed Cases )([clastexwid\-.\"= h<>\/]+)([0-9]+)/s
This is what I'm searching for.
These are what I'm searching.
<td class="text-white">Laboratory Confirmed Cases </td>
<td class="text-white">1264450</td>
If I put the text to be searched on the same line, there is a match. If not then there is no match.
Help?
I'm using Google Apps Script/Javascript.