REGEX global matches

when I try to obtain url of images from img selectors, I use element attribute and everything works well, but sometimes the url is in the style attribute as background-image and by using REGEX I can only extract the first match.
How can I select all global matches?
is there a way to select the first, second, and so on?

@edwinscraper Hello. From the description, you provided it feels like the best option would be the 'Grouped' or 'HTML' selector, however, if the 'Attribute names' are different you shouldn't fill this field, but that would most likely require additional data post-processing. Perhaps, there might be an alternative way if the target attributes are similarly defined.

https://webscraper.io/documentation/selectors/grouped-selector
https://webscraper.io/documentation/css-selector