Puppeteer uses CSS selectors, which do not support regex.
You can try something like this, and it should work:
const selector = '#9538-0';
If the name always appears first in the DOM, you could also use a positional CSS selector.