dps43378 2009-12-16 17:29 采纳率: 0%
浏览 90

确定字符串是否包含数组中的一组单词之一

I need a simple word filter that will kill a script if it detects a filtered word in a string.

say my words are as below

$showstopper = array(badword1, badword2, badword3, badword4);

$yourmouth = "im gonna badword3 you up";

if(something($yourmouth, $showstopper)){ 
//stop the show
}
  • 写回答

5条回答 默认 最新

  • doujizhong8352 2009-12-16 17:31
    关注

    You could implode the array of badwords into a regular expression, and see if it matches against the haystack. Or you could simply cycle through the array, and check each word individually.

    From the comments:

    $re = "/(" . implode("|", $showstopper) . ")/"; //  '/(badword1|badword2)/'
    if (preg_match($re, $yourmouth) > 0) { die("foulmouth"); }
    
    评论

报告相同问题?

悬赏问题

  • ¥15 我想在一个软件里添加一个优惠弹窗,应该怎么写代码
  • ¥15 fluent的在模拟压强时使用希望得到一些建议
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services
  • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏
  • ¥15 模糊pid与pid仿真结果几乎一样
  • ¥15 java的GUI的运用
  • ¥15 Web.config连不上数据库
  • ¥15 我想付费需要AKM公司DSP开发资料及相关开发。
  • ¥15 怎么配置广告联盟瀑布流