Hi, I have an address where in various spot the instead of an address I get something like 'A' or 'AAAAA.' I've tried using a regex_replace(address, (A*), "") but it ends up getting right of every 'A.' What I'd like is for it to leave the field blank if there are only 'A' s in it. Is there a way to remove the 'A's?
Thank you,
Brad