I would appreciate suggestions on how to write a code for this:
if root (word xxx) AND (root word yyy) are BOTH in the same sentence then ...
If I am not wrong the codes for the roots are:
(xxx[a-zA-Z]) AND (yyy[a-zA-Z])
but I don’t know how to say that they are both in the sentence.
(I need this as regex code that will be imported in SDL studio verification tool)
Any help would be highly appreciated