I would like to use regex to identify all rows that contain BRA (including the registers w/ numbers) - I used the expression: ^BRA*

I would like to replace all BRA derivations (including the registers w/ numbers) w/ only BRA. However it is not working.
Could you help me?