I have a text and I want to match several words like this "(controller|
data|IT)?" at least one of the words in the group should be mandatory,
but I dont want to match a word that is part of another word like this
"datamanager" it should only match the word "data" or any other word
in the group.