Wild card in get_field_by_name( field_name)

How to use wild card in field_name in RAL function reg.get_field_by_name(field_name)?
I am trying to collect list of registers which have same name except suffix. eg. status_1, status_2, etc.
I want to collect all register which have field name status_*.

Is uvm_re_match is only way to handle this?

In reply to superUVM:

There is no wildcarding for field or register names. The only wildcarding in UVM Reg is for block names. So you will have to implement this yourself.