A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by elmonty » Tue Jan 20, 2004 9:52 am
Code: Select all
$pattern = '/\b' . $term . '\b/i'; $found = preg_match($pattern, $msg);
Return to “PHP - Code”