Regex for roating custom field id

Howdy,

I have a login that rotates the field ids on page load. Maning the ids are unique every time I reload the page.

I need to match the following field id:

selection-list-control___6e0e3439-4473-0391-8eb7-7d866faf95ef"

my regex is:

selection-list-control___\w+-\w+-\w+-\w+-\w+

My regex appears to be correct and I’ve inserted the following into custom field id into the BW vault item as:

regex=selection-list-control___\w+-\w+-\w+-\w+-\w+

However, the autofill is still not matching the values.

Any ideas?

And Thanks in advance!