0

I have a list like this

contact_name
Ravi
Ravi uncle
Daddy
Shyamala Aunty
|
|

I want to create a flag column which flags if the contact name has words such as Uncle, Aunty etc... The names could be in any case and I want to flag all the cases.

Wiktor Stribiżew
  • 484,719
  • 26
  • 302
  • 397
tej kiran
  • 45
  • 7
  • Looks like you are looking to create a regex, but do not know where to get started. Please check [Reference - What does this regex mean](https://stackoverflow.com/questions/22937618) resource, it has plenty of hints. Also, refer to [Learning Regular Expressions](https://stackoverflow.com/questions/4736) post for some basic regex info. Once you get some expression ready and still have issues with the solution, please edit the question with the latest details and we'll be glad to help you fix the problem. – Wiktor Stribiżew Aug 15 '20 at 14:38

0 Answers0