my problem is that:
i have a string $phrase which is contain "Hello world. How are you? I'm fine..."
also i create a variable $look_word = "are"
and i want is that if the variable $look_word is in the string $phrase... is like a bit of comparasion...
please Help me!!!
Thanks