Findind string in another string in PHP

Posted by Mamadou on Stack Overflow See other posts from Stack Overflow or by Mamadou
Published on 2010-03-24T14:05:39Z Indexed on 2010/03/24 14:13 UTC
Read the original article Hit count: 262

Filed under:
|
|

Hi everybody I got a string like this : $str1 = "mod 1 + mode 2 + comp 1 + toto" I would like to test even " mod 1" is in $str1. I used strpos but this function dosen't help

Pliz can anyone give an idea to fix this problem

thank u.

© Stack Overflow or respective owner

Related posts about php

Related posts about string