> 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 o
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
2 matches
Mail list logo