View Single Post
  #1  
Old 13th February 2021, 00:30
elvira's Avatar
elvira elvira is offline
Senior Member
 
Join Date: Jan 2008
Slovenia
Posts: 172
Default preg_match(): error
Hello all,


need little help here


Warning: preg_match(): Unknown modifier '/' in /home/admin...........

This line:

function boundary($w,$s) {
return preg_match("/\b$w\b/i", $s, $w);
}
Reply With Quote