
March 25th, 2000, 11:49 AM
|
|
Contributing User
|
|
Join Date: Mar 2000
Location: Hong Kong
Posts: 73
Time spent in forums: 6 h 31 m 9 sec
Reputation Power: 14
|
|
|
for example, there is a character string
$test="hello <world>";
i want to know if that string contain
a "<" or ">", do I have to use the old method
like we use in C?
get the length of that string,
and check it by array?
|