From: Jan Simon on
Dear Donn, Judas!

> c(find(strncmp('Meat', c, 4))) = {'Cool'}

Or without FIND:
c(strncmp('Meat', c, 4)) = {'Cool'}

Jan