字串比較的問題(編號:2913)

請教各位先進:
有兩個字串其內容如下,
str1 ="ABCDEFGHIJK"
str2 = "DEF"
請問該如何判斷 str1 中含有 str2 的內容,
或 str2 存在於 str1 中
謝謝 !!