MATLAB: Strcmp for a part of the word

MATLAB

I understand strcmp(A,B) compares strings A and B. But suppose I have
'Toyota 2020', 'Toyota 2019',…
and I want to check whether these strings contain the word 'Toyota" or not. Is it possible?

Best Answer

Use contains()