$pos = strpos($varone, 'is')
if ($pos === false) { /*not found */ }
----- Original Message ----- 
From: "Jamie Saunders" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 2001. május 6. 16:58
Subject: [PHP] if string contains...


> Hi,
> 
> I want to check whether a string contains a certain word e.g.
> 
> $varOne = "this is a string";
> 
> if ($varOne contains "is") {
> 
>          return true;
> 
>          } else {
> 
>                  return false;
> 
> }
> 
> Is there an operator for 'contains', if not how do you do this?
> 
> Thanks.
> 
> 
> Jamie Saunders
> Mail: [EMAIL PROTECTED]
> Web: http://jamie-s.co.uk
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to