Match letters in a word
This question already has an answer here:
strpos
应该做的伎俩:
if (strpos($word, 'stack') !== false) {
// do things...
}
链接地址: http://www.djcxy.com/p/13130.html
上一篇: 如何在字词和数字串中找到单词
下一篇: 匹配单词中的字母