I am getting an error on the following line:

if(preg_match('s/l$//', $string))

The error is:

Warning:  Delimiter must not be alphanumeric or backslash in
/u1/jab/devel/whitespace/whitespace.php on line 136.

I know that pcre in PHP is not exactly interchangeable.  Any ideas on how
to get this to work?  TIA.

-jb
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to