How to remove feature given below in screenshot

how to remove such features like “aaaa”, “aahhh”,“aaawww”,“gggghhh”.
is there a common regex to remove such words or do we have to write separate regex targeting separate words.
please check the screenshot attached below such features are appearing in the 1-3 line at the top
https://drive.google.com/file/d/1N67d3OUW_HYz4AloMReqzpw4vxq8LF9L/view?usp=sharing

hey @Par1hsharma ,
sorry to be so late in reply.

for your doubt , if the data is this way , then i think you can use them directly , but still want to handle them , you can see that almost every such of them have 3+ character a in starting
so you can create a regex that takes starting as aaa and replace them with blank.

i hope this helps.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.