i need this function.
$word= HotDog!
StringHaveEspecificCharacter( $word, "!")
result:
if string have the specific character return 1
0 if string not have the specific character
----------------------------------------------------------
is only a grotesque example of what I need
There is a similar function?