|
Posted by squash on 05/11/06 00:31
tim wrote:
> Either with \
> preg_match( '/www\//', $str )
>
> or use a diffrent charcter as a delimiter
> preg_match( '|www/|', $str )
>
Actually I want to use $str in the preg_match, i.e:
preg_match( "$str" , 'www' )
but since $str is 'www/', the forward slashes causes a problem
Navigation:
[Reply to this message]
|