I have what I thought was a very simple question.
It's really simple, I'm sure, but how do you compare 2 string variables, to determine if the value of the second is included in the first?
e.g.
$file="fielname.txt"
$ext=".htm"
I need to determine if the value of $file does not include the value of $ext