I have an array on the server in Nodejs, I'm going through html files and need to return the value that is in the middle of the span tag using a regular expression how would it look?
{
< span class="filteredAds"> de teste< /span>,
< span class="filteredAds"> de teste23< /span>>
}
It is not known what can come in the middle of the tag after the.
Can someone help me?