キーワードのリストが最後に出現した後に現れるすべての単語を取得したい
私のキーワード - and, or , not
例えば
input = "tom hanks and hugh jack"
output = hugh jack
input ="tom hanks and hugh jack or bill bob"
output = bill bob
input ="tom hanks and hugh jack or bill bob not brad pitt"
output = brad pitt