Posted by Harry on 11/23/05 17:25
> strpos()
I've been flicking through the documentation ad it seems that strpos()
only tells you if a string contains an only CHARACTER. Am I right?? :S
I don't know how to use strpos to see if a string contains another
substring.
However, I've solved my problem using '\' to escape regular expressions
characters such as '['.
Thanks and regards!
Navigation:
[Reply to this message]
|