$string = "That is test";
$index = index ($string, 'is');
print "Position of is in the string $index\n";