Posted by nescio on 10/12/05 12:39
hello,
is there a way to find if a string is part of an other string:
i want to compare if the string 'name' is part of 'the name of the game',
or if 'am' is part of 'game'.
and then something like:
if($a is part of $b)then{
something;
}else{
something else;
}
there must be a way to do this but i can't find it in the manual
thanks
Navigation:
[Reply to this message]
|