My input source has a column with primary name and/or residents. The client sometimes uses designations (H) or (H) Shannon**Slattery** to identify the tenants unit type etc...I have tried to filter this out a few different ways including using regex_replace([Residents],"[^\sa-zA-Z]",'') or regex_replace ([Residents],"(H)",'') I need the tenant name to stay but any and all designations to be removed. I even tried the find replace and that did not work as expected. I have attached screenshots. With 6 weeks into the use of this tool; any guidance suggestions, would greatly be appreciated.

